Represents a Vector4.
Constructs a new Vector4 instance with the specified x, y, z, and w positions.
The companion object of Vector4.
The w position of the Vector4 instance.
The x position of the Vector4 instance.
The y position of the Vector4 instance.
The z position of the Vector4 instance.
Overloads the unary decrement operator (--).
--
Divides this Vector4 instance by another Vector4 instance.
Divides this Vector4 instance by a scalar.
Overloads the unary increment operator (++).
++
Checks if the value of the Vector4 instance is finite.
Gets the length of the Vector4 instance.
Subtracts another Vector4 instance from this Vector4 instance.
Normalizes the Vector4 instance.
Adds another Vector4 instance to this Vector4 instanc.
Multiplies this Vector4 instance by another Vector4 instance.
Multiplies this Vector4 instance by a scalar.
Converts this 4D vector to a 3D vector by discarding the w-component.
Overloads the unary minus operator (-).
-