|
static Quaternion | Slerp (Quaternion A, Quaternion B, float t) |
|
static Vector3 | Lerp (Vector3 A, Vector3 B, float t) |
|
static float | Lerp (float A, float B, float t) |
|
static double | Lerp (double A, double B, double t) |
|
static Quaternion | GetRotation (this Matrix4x4 matrix) |
|
static Vector3 | GetPosition (this Matrix4x4 matrix) |
|
static Vector2 | ToVector2 (this VRControllerAxis_t axis) |
|
Definition at line 6 of file OVRT_Utils.cs.
◆ GetPosition()
static Vector3 Spelunx.Vive.OVRT_Utils.GetPosition |
( |
this Matrix4x4 |
matrix | ) |
|
|
inlinestatic |
◆ GetRotation()
static Quaternion Spelunx.Vive.OVRT_Utils.GetRotation |
( |
this Matrix4x4 |
matrix | ) |
|
|
inlinestatic |
◆ Lerp() [1/3]
static double Spelunx.Vive.OVRT_Utils.Lerp |
( |
double |
A, |
|
|
double |
B, |
|
|
double |
t |
|
) |
| |
|
inlinestatic |
◆ Lerp() [2/3]
static float Spelunx.Vive.OVRT_Utils.Lerp |
( |
float |
A, |
|
|
float |
B, |
|
|
float |
t |
|
) |
| |
|
inlinestatic |
◆ Lerp() [3/3]
static Vector3 Spelunx.Vive.OVRT_Utils.Lerp |
( |
Vector3 |
A, |
|
|
Vector3 |
B, |
|
|
float |
t |
|
) |
| |
|
inlinestatic |
◆ Slerp()
static Quaternion Spelunx.Vive.OVRT_Utils.Slerp |
( |
Quaternion |
A, |
|
|
Quaternion |
B, |
|
|
float |
t |
|
) |
| |
|
inlinestatic |
◆ ToVector2()
static Vector2 Spelunx.Vive.OVRT_Utils.ToVector2 |
( |
this VRControllerAxis_t |
axis | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- CavernSDK/Packages/com.spelunx.cavern.vive-trackers/Runtime/Scripts/OVRT_Utils.cs