Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / projectVerticesOnAxis Method

In This Topic
    projectVerticesOnAxis Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub projectVerticesOnAxis( _
       ByVal vertices() As Point2D, _
       ByVal axis As Point2D, _
       ByRef minSecond As Double, _
       ByRef maxSecond As Double _
    ) 
    protected static void projectVerticesOnAxis( 
       Point2D[] vertices,
       Point2D axis,
       out double minSecond,
       out double maxSecond
    )

    Parameters

    vertices
    axis
    minSecond
    maxSecond
    See Also