Get the W component of the vector.
The W component of the vector.
Set the W component of the vector.
Get the X component of the vector.
The X component of the vector.
Set the X component of the vector.
Get the Y component of the vector.
The Y component of the vector.
Set the Y component of the vector.
Get the Z component of the vector.
The Z component of the vector.
Set the Z component of the vector.
Scales another vector and adds its XYZ components to this vector.
The value to add to the X component.
The value to add to the Y component.
The value to add to the Z component.
The scaling to apply to the input vector.
This instance.
Multiplies the XYZ components of this vector by another vector.
The value to multiply with the X component.
The value to multiply with the Y component.
The value to multiply with the Z component.
This instance.
Sets the vector to new coordinates.
The new X component for the vector.
The new Y component for the vector.
The new Z component for the vector.
The new W component for the vector.
This instance.
Subtracts the XYZ components of another vector from this vector.
The value to subtract from the X component.
The value to subtract from the Y component.
The value to subtract from the Z component.
This instance.
Static
from
A vector with 4 components, labeled:
X
,Y
,Z
,W
.