OrientedBoundingBox(IList<Point2D>, Vector3D, Vector3D) Constructor

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

Parameters

pointCloud
IList<Point2D>

The Point3D list

axisX
Vector3D

The direction of the axis-X of the oriented box

axisY
Vector3D

The direction of the axis-Y of the oriented box

.NET Framework

Supported in: 4.8

In this article

Definition