Readonly
isComputes the Manhattan length of this vector.
see Taxicab Geometry
Returns an array [x, y, z, w], or copies x, y, z and w into the provided array.
Optional
array: number[](optional) array to store the vector to. If this is not provided, a new array will be created.
Optional
offset: number(optional) optional offset into the array.
The created or provided array.
Optional
array: Vector4TupleOptional
offset: 0Copies x, y, z and w into the provided array-like.
array-like to store the vector to.
Optional
offset: number(optional) optional offset into the array-like.
The provided array-like.
Static
from
Serializable THREE.js Vector4