Protected
Readonly
cacheProtected
Readonly
intersectionReadonly
objectThis object is of type point.
Readonly
planeReturns the plane this object is on.
Readonly
virtualWhether this object is virtual.
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.
Returns the distance from the origin.
Returns information about this object.
X coordinate of the point.
Y coordinate of the point.
Protected
addWhether 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.
Returns the runtime representationinterfaces implemented by this object.
Protected
getXProtected
getYRegisters a new dependant
The node that depends on this node.
Protected
registerReturns the point as a Vector.
Generated using TypeDoc
Case of the Line Line intersection. Exists if the lines are not parallel.