OrientedBoundingRect(Point2D, Vector2D, Vector2D, Double, Double) Constructor

Defines an OrientedBoundingBox with axis-X and axis-Y orientation.
Public Sub New( _ 
ByVal origin As Point2D, _ 
ByVal axisX As Vector2D, _ 
ByVal axisY As Vector2D, _ 
ByVal width As Double, _ 
ByVal height As Double
)
This language is not supported or no code example is available.
public OrientedBoundingRect( 
Point2D origin
Vector2D axisX
Vector2D axisY
double width
double height 
)
This language is not supported or no code example is available.

Parameters

origin
Point2D

The position of the origin of the oriented box

axisX
Vector2D

The direction of the axis-X of the oriented box

axisY
Vector2D

The direction of the axis-Y of the oriented box

width
double

The width of the box along axis-X

height
double

The height of the box along axis-Y

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition