Interface SettableVectorObject

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

Hierarchy

Properties

0: number

The x component of the vector.

1: number

The y component of the vector.

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.

Returns information about this object.

objectType: "vector"

This object is of type vector.

Returns the plane this object is on.

virtual: true

Whether this object is virtual.

x: number

The x component of the vector.

y: number

The y component of the vector.

Methods

Generated using TypeDoc