Default is [0, 0, 0, 0] corresponding to x, y, z, and w coordinate labels.
Default is false.
Pre-multiplies the column vector corresponding to this vector by the matrix. The result is applied to this vector.
The 4x4 matrix that pre-multiplies this column vector.
this
applyMatrix
approx
Determines whether this Lockable is locked. If the Lockable is in the unlocked state then it is mutable. If the Lockable is in the locked state then it is immutable.
Lockable
Locks this Lockable (preventing any further mutation), and returns a token that may be used to unlock it.
Optional
Unlocks this Lockable (allowing mutation), using a token that was obtained from a preceding lock method call.
Default is [0, 0, 0, 0] corresponding to x, y, z, and w coordinate labels.