Header menu logo Euclid

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

Intersecting(float, float)

Full Usage: Intersecting(float, float)

Parameters:
    Item1 : float
    Item2 : float

Item1 : float
Item2 : float

NoIntersection

Full Usage: NoIntersection

Tangential

Full Usage: Tangential

Touching float

Full Usage: Touching float

Parameters:
    Item : float

Item : float

Instance members

Instance member Description

this.IsIntersecting

Full Usage: this.IsIntersecting

Returns: bool
Returns: bool

this.IsNoIntersection

Full Usage: this.IsNoIntersection

Returns: bool
Returns: bool

this.IsTangential

Full Usage: this.IsTangential

Returns: bool
Returns: bool

this.IsTouching

Full Usage: this.IsTouching

Returns: bool
Returns: bool

Type something to start searching.