OrientedBoundingBox(Point3D, Vector3D, Vector3D, Double, Double, Double) Constructor

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

Parameters

origin
Point3D

The position of the origin of the oriented box

axisX
Vector3D

The direction of the axis-X of the oriented box

axisY
Vector3D

The direction of the axis-Z of the oriented box

width
double

The width of the box along axis-X

depth
double

The depth of the box along axis-Y

height
double

The height of the box along axis-Z

.NET Framework

Supported in: 4.8

In this article

Definition