Implicit Cast Operator ( Vector4 as Vector3 )
7/14/25Less than 1 minute
Implicit Cast Operator ( Vector4 as Vector3 )
Converts a Vector4 to a Vector3.
| From Type | To Type |
|---|---|
| Vector4 | Vector3 |
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.

