OrientedBoundingRect(IList<Point2D>, Vector2D, Vector2D) Constructor

Defines an OrientedBoundingRect from a list of Point2D by forcing the input axis-X and axis-Y orientation.
Public Sub New( _ 
ByVal pointCloud As IList(Of Point2D), _ 
ByVal axisX As Vector2D, _ 
ByVal axisY As Vector2D
)
This language is not supported or no code example is available.
public OrientedBoundingRect( 
IList<Point2D> pointCloud
Vector2D axisX
Vector2D axisY 
)
This language is not supported or no code example is available.

Parameters

pointCloud
IList<Point2D>

The Point2D list

axisX
Vector2D

The direction of the axis-X of the oriented box

axisY
Vector2D

The direction of the axis-Y of the oriented box

.NET Framework

Supported in: 4.8

In this article

Definition