Eyeshot 9.0 WinForms API Reference
IsSegmentInsideOrCrossing Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : IsSegmentInsideOrCrossing Method
The camera frustum
The segment
Tells if a segment is inside or crossing the given 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 given camera frustum.
See Also

Reference

Utility Class
Utility Members