Class LineLineIntersectionLine

Case of the Line Line intersection. Exists if the lines are parallel but not equal.

Hierarchy

Constructors

Properties

cache: Interfaces.IterableCache<{
    a: number;
    b: number;
    c: number;
    directionalVector: Interfaces.Vector;
    nonExistantState: boolean;
    normalVector: Interfaces.Vector;
    point1: Interfaces.Point;
    point2: Interfaces.Point;
    xAxisAngle: number;
}, true>

Type declaration

intersectionObject: Objects.LineLineIntersection
objectType: "line" = "line"

This object's type, which is "line".

Returns the plane this object is on.

virtual: false = false

Whether this object is virtual.

Accessors

Methods

Generated using TypeDoc