XLineCone Type
The result of a line cone intersection test. This is the return type of the function Intersection.lineCone.
Union cases
Union case |
Description
|
Full Usage:
Intersecting(float, float)
Parameters:
float
Item2 : float
|
|
Full Usage:
NoIntersection
|
|
Full Usage:
Tangential
|
|
Full Usage:
Touching float
Parameters:
float
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsIntersecting
Returns: bool
|
|
Full Usage:
this.IsNoIntersection
Returns: bool
|
|
Full Usage:
this.IsTangential
Returns: bool
|
|
Full Usage:
this.IsTouching
Returns: bool
|
|