Table of Contents

Method FromFlippedZVector3f

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

FromFlippedZVector3f(Vector3)

Converts a Vector3 with flipped Z-axis to a normal Vector3.

public static Vector3 FromFlippedZVector3f(this Vector3 v)

Parameters

v Vector3

The Vector3 with flipped Z-axis.

Returns

Vector3

A normal Vector3.