OrientedBoundingRect.projectVerticesOnAxis Method

Protected Shared Sub projectVerticesOnAxis( _ 
ByVal vertices As Point2D(), _ 
ByVal axis As Vector2D, _ 
ByRef minSecond As Double, _ 
ByRef maxSecond As Double
)
This language is not supported or no code example is available.
protected static void projectVerticesOnAxis( 
Point2D[] vertices
Vector2D axis
out double minSecond
out double maxSecond 
)
This language is not supported or no code example is available.

Parameters

vertices
Point2D[]

axis
Vector2D

minSecond
double

maxSecond
double

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition