Sets x, y, z, w in place and returns this.
Sets x, y, z, w from an array-like object starting at the given offset.
Returns a copy of this vector.
Returns the squared length.
Returns the Euclidean length.
Returns [x, y, z, w].
StaticzeroReturns (0, 0, 0, 0).
StaticoneReturns (1, 1, 1, 1).
StaticfromReads four consecutive components from a numeric array starting at offset.
4D vector with mutable x/y/z/w components and immutable arithmetic methods.