Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / IsSegmentInsideOrCrossing Method
The camera frustum
The segment

In This Topic
    IsSegmentInsideOrCrossing Method
    In This Topic
    Tells if a segment is inside or crossing the camera frustum.
    Syntax
    'Declaration
     
    Public Shared Function IsSegmentInsideOrCrossing( _
       ByVal frustum() As PlaneEquation, _
       ByVal segment As Segment3D _
    ) As Boolean
    public static bool IsSegmentInsideOrCrossing( 
       PlaneEquation[] frustum,
       Segment3D segment
    )

    Parameters

    frustum
    The camera frustum
    segment
    The segment

    Return Value

    True if the segment intersects or is inside the camera frustum.
    See Also