Class LineFromEquationAsValues

A line defined by its equation in the form of ax + by + c = 0 with a, b, c being values.

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

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