Skip to main content

Implicit Cast Operator ( Vector4 as Vector3 )

Converts a Vector4 to a Vector3.

From TypeTo Type
Vector4Vector3

Objects of type Vector4 can be used instead of type Vector3

Extra Detail

An implicit conversion of a Vector4 to a Vector3. The Vector4.w is discarded.