Segment3D.IntersectWithInternal (Int32(), Point3D, Point3D, Vector3D, Double, Double) Method

Intersects the 3D segment with an Axis-Aligned Box. (For internal use only)
Public Function IntersectWithInternal( _ 
ByVal sign As Integer(), _ 
ByVal boxMin As Point3D, _ 
ByVal boxMax As Point3D, _ 
ByVal inv_direction As Vector3D, _ 
ByVal t0 As Double, _ 
ByVal t1 As Double
) As Boolean
This language is not supported or no code example is available.
public bool IntersectWithInternal( 
int[] sign
Point3D boxMin
Point3D boxMax
Vector3D inv_direction
double t0
double t1 
)
This language is not supported or no code example is available.

Parameters

sign
int[]

boxMin
Point3D

boxMax
Point3D

inv_direction
Vector3D

t0
double

t1
double

Return Value

bool

.NET Framework

Supported in: 4.8

In this article

Definition