API reference
API reference
Select your platform
No SDKs available
No versions available

OVRPose Struct

OVRPose stores a position and orientation in the Unity coordinate system.
Use OVRPose.ToPosef to convert the pose to OVRPlugin.Posef, which stores a pose in the XR coordinate system, for native XR API calls.

Properties

A pose with no translation or rotation.

Fields

The position.
The orientation.

Member Functions

override bool Equals
( System.Object obj )
override int GetHashCode ( )
Computes the inverse of the given pose.
Converts the pose from left- to right-handed or vice-versa.
OVRPlugin.Posef ToPosef_Legacy ( )
OVRPlugin.Posef ToPosef ( )
OVRPose Rotate180AlongX ( )

Static Member Functions

static bool operator==
( OVRPose x,
OVRPose y )
static bool operator!=
( OVRPose x,
OVRPose y )
Multiplies two poses.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon