|
Monado OpenXR Runtime
|
Data Fields | |
| struct xrt_vec3 | position |
| The position of the LED in the model. | |
| struct xrt_vec3 | normal |
| The normal of the LED, determines where it is facing. | |
| float | radius_m |
| The visible radius of the LED in meters. | |
| float | visibility_angle |
| The angle from dead on where the LED is no longer visible, in radians. | |
| t_constellation_led_id_it | id |
| A unique ID for this LED, which distinguishes it from all other LEDs. | |
| t_constellation_led_id_it t_constellation_tracker_led::id |
A unique ID for this LED, which distinguishes it from all other LEDs.
Referenced by ipcproto.common.Call::__init__().
| struct xrt_vec3 t_constellation_tracker_led::normal |
The normal of the LED, determines where it is facing.
| struct xrt_vec3 t_constellation_tracker_led::position |
The position of the LED in the model.
| float t_constellation_tracker_led::radius_m |
The visible radius of the LED in meters.
| float t_constellation_tracker_led::visibility_angle |
The angle from dead on where the LED is no longer visible, in radians.