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.
Adds the XYZ components of another vector 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.
This instance.
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.
Clamps the components of the vector at the given boundary.
The lowest value to allow.
The largest value to allow.
This instance.
Divides the XYZ components of the vector by the given scale.
The scaling to apply to the vector.
This instance.
Divides the XYZ components of this vector by another vector.
The value to divide the X component with.
The value to divide the Y component with.
The value to divide the Z component with.
This instance.
Inverts the direction of the vector.
This instance.
Inverts the vectors scale.
This instance.
Multiplies the XYZ components of the vector by the given scale.
The scaling to apply to the 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
.