Interface PointObject

Interface, that combines the Point, DependencyNode and GeometryObject interfaces.

Hierarchy

Properties

deepDependants: Iterable<Interfaces.DependencyNode>

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.

deepDependencies: Iterable<Interfaces.DependencyNode>

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.

dependants: Iterable<Interfaces.DependencyNode>

All the nodes that depend on this node.

dependencies: Iterable<Interfaces.DependencyNode>

All the nodes that this node depends on.

distanceFromOrigin: number

Returns the distance from the origin.

Returns information about this object.

objectType: "point"

This object is of type point.

Returns the plane this object is on.

virtual: false

Whether this object is virtual.

x: number

X coordinate of the point.

y: number

Y coordinate of the point.

Methods

Generated using TypeDoc