Readonly
aThe a coefficient of the line equation in the form of ax + by + c = 0.
Readonly
arbitraryArbitrary point on the line, that is not equal to Line.arbitraryPoint2.
Readonly
arbitraryArbitrary point on the line, that is not equal to Line.arbitraryPoint1.
Readonly
bThe b coefficient of the line equation in the form of ax + by + c = 0.
Readonly
cThe c coefficient of the line equation in the form of ax + by + c = 0.
Readonly
deepAll the nodes that depend on this node, and all the nodes that those nodes depend on, and so on. Uses a depth-first search.
Readonly
deepAll the nodes that this node depends on, and all the nodes that depend on those nodes, and so on. Uses a depth-first search.
Readonly
dependantsAll the nodes that depend on this node.
Readonly
dependenciesAll the nodes that this node depends on.
Readonly
directionalThe directional vector of the line.
Readonly
infoReturns information about this object.
Readonly
intervalThe interval of the parameter.
Readonly
normalThe normal vector of the line. If the line intersects the origin, the normal vector is of size 1, otherwise it is of size of distance of the line to the origin.
Readonly
objectThis object's type, which is "line".
Readonly
planeReturns the plane this object is on.
Readonly
virtualWhether this object is virtual.
Readonly
xThe postitve angle of the line with the x-axis.
Returns the point at the given parameter value.
The value of the parameter.
The point at the given parameter value.
Whether this object is equal to another object.
If the objects are of a different type, this method should return false.
If the objects are of the same type, this method should return true if the objects are equal, and false if they are not.
The object to compare to.
Performs the evaluation. Should be a pure function.
The input data.
The output data.
Returns the runtime representationinterfaces implemented by this object.
Registers a new dependant
The node that depends on this node.
Generated using TypeDoc
Interface, that combines the Line, DependencyNode and GeometryObject interfaces.