Method FromFlippedZVector3f
FromFlippedZVector3f(Vector3)
Converts a Vector3 with flipped Z-axis to a normal Vector3.
Declaration
public static Vector3 FromFlippedZVector3f(this Vector3 v)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | v | The Vector3 with flipped Z-axis. |
Returns
| Type | Description |
|---|---|
| Vector3 | A normal Vector3. |