Protected
Readonly
cacheProtected
Readonly
intersectionReadonly
objectDescribes the type of this object.
This type is used when generic objects are used for calculations, and the type of the object is not known.
Example of this can be an intersection calculation.
Readonly
planeReturns the plane this object is on.
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 information about this object.
Whether this object is virtual.
This is dependant on from what calculation this object is the result of.
Protected
addProtected
doesReturns the runtime representationinterfaces implemented by this object.
Protected
isRegisters a new dependant
The node that depends on this node.
Protected
registerGenerated using TypeDoc
Case of the Point Point intersection. Exists if the points are not equal and thus have no intersection.