Vector properties
These properties are found on all Vector instances
dimension
A number
representing the dimension of the Vector. Equal to vector.values.length
signal
Only defined for Vectors with dimensions between 1
and 4
pointSignal
Only defined for 3D Vectors
Vector.components
This is a static property
An array containing all keys that a Vector might contain, in order. Keys capped to 4 dimensions
Last updated