Readonly
infoReturns information about this object.
Readonly
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.
Readonly
virtualWhether this object is virtual.
This is dependant on from what calculation this object is the result of.
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.
Returns the runtime representationinterfaces implemented by this object.
Generated using TypeDoc
Represents a non-virtual GeometryJS object, usually paired with a DependencyNode interface.