Utility.IsSegmentInsideOrCrossing Method

Tells if a segment is inside or crossing the camera frustum.
Public Shared Function IsSegmentInsideOrCrossing( _ 
ByVal frustum As PlaneEquation(), _ 
ByVal segment As Segment3D
) As Boolean
This language is not supported or no code example is available.
public static bool IsSegmentInsideOrCrossing( 
PlaneEquation[] frustum
Segment3D segment 
)
This language is not supported or no code example is available.

Parameters

frustum
PlaneEquation[]

The camera frustum

segment
Segment3D

The segment

Return Value

bool

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

.NET Framework

Supported in: 4.8

In this article

Definition