Abstract
Protected
Readonly
cacheReadonly
objectThis object's type, which is "line".
Readonly
planeReturns the plane this object is on.
Readonly
virtualWhether this object is virtual.
The a coefficient of the line equation in the form of ax + by + c = 0.
Arbitrary point on the line, that is not equal to Line.arbitraryPoint2.
Arbitrary point on the line, that is not equal to Line.arbitraryPoint1.
The b coefficient of the line equation in the form of ax + by + c = 0.
The c coefficient of the line equation in the form of ax + by + c = 0.
All the nodes that depend on this node, and all the nodes that those nodes depend on, and so on. Uses a depth-first search.
All the nodes that this node depends on, and all the nodes that depend on those nodes, and so on. Uses a depth-first search.
All the nodes that depend on this node.
All the nodes that this node depends on.
The directional vector of the line.
Returns information about this object.
The interval of the parameter.
The 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.
The postitve angle of the line with the x-axis.
Protected
addReturns 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.
Protected
Abstract
getProtected
Abstract
getRegisters a new dependant
The node that depends on this node.
Protected
registerGenerated using TypeDoc
Represents common behaviour of bound lines that are defined by two points.