Monado OpenXR Runtime
Loading...
Searching...
No Matches
u_space Struct Reference

Representing a single space, can be several ones. More...

Collaboration diagram for u_space:

Data Fields

struct xrt_space base
 
struct u_spacenext
 The space this space is in.
 
enum u_space_type type
 The type of the space.
 
union { 
 
   struct { 
 
      struct xrt_device *   xdev 
 
      enum xrt_input_name   xname 
 
   }   pose 
 
   struct { 
 
      struct xrt_pose   pose 
 
   }   offset 
 
};  
 

Detailed Description

Representing a single space, can be several ones.

There should only be one root space per overseer.

Field Documentation

◆ next

struct u_space* u_space::next

The space this space is in.

Referenced by create_space(), push_then_traverse(), and traverse_then_push_inverse().

◆ type


The documentation for this struct was generated from the following file: