Header menu logo Euclid

XRay Type

Describes the possible intersection point of two rays (rays are 2D lines extended infinitely in both directions). Returns the intersection point if they intersect.

Union cases

Union case Description

Intersect xPt

Full Usage: Intersect xPt

Parameters:
    xPt : Pt

The rays (2d-lines extended infinitely) are intersecting in one well defined point.

xPt : Pt

Parallel

Full Usage: Parallel

The lines are parallel or even coincident, within the given tolerance.

TooShortA

Full Usage: TooShortA

Line A is shorter than the given minimum length tolerance.

TooShortB

Full Usage: TooShortB

Line B is shorter than the given minimum length tolerance.

TooShortBoth

Full Usage: TooShortBoth

Both Lines are shorter than the given minimum length tolerance.

Instance members

Instance member Description

this.IsIntersect

Full Usage: this.IsIntersect

Returns: bool
Returns: bool

this.IsParallel

Full Usage: this.IsParallel

Returns: bool
Returns: bool

this.IsTooShortA

Full Usage: this.IsTooShortA

Returns: bool
Returns: bool

this.IsTooShortB

Full Usage: this.IsTooShortB

Returns: bool
Returns: bool

this.IsTooShortBoth

Full Usage: this.IsTooShortBoth

Returns: bool
Returns: bool

Type something to start searching.