Monado OpenXR Runtime
|
Distortion information about an eye parsed from the configuration file. More...
#include <north_star/ns_hmd.h>
Data Fields | |
float | ellipse_minor_axis |
float | ellipse_major_axis |
struct xrt_vec3 | screen_forward |
struct xrt_vec3 | screen_position |
struct xrt_pose | eye_pose |
struct xrt_quat | camera_projection |
struct xrt_matrix_4x4 | sphere_to_world_space |
struct xrt_matrix_4x4 | world_to_screen_space |
struct ns_optical_system * | optical_system |
Distortion information about an eye parsed from the configuration file.
struct xrt_quat ns_eye::camera_projection |
Referenced by OpticalSystem::LoadOpticalData().
float ns_eye::ellipse_major_axis |
Referenced by OpticalSystem::LoadOpticalData().
float ns_eye::ellipse_minor_axis |
Referenced by OpticalSystem::LoadOpticalData().
struct xrt_pose ns_eye::eye_pose |
Referenced by OpticalSystem::LoadOpticalData().
struct ns_optical_system* ns_eye::optical_system |
Referenced by ns_display_uv_to_render_uv().
struct xrt_vec3 ns_eye::screen_forward |
Referenced by OpticalSystem::LoadOpticalData().
struct xrt_vec3 ns_eye::screen_position |
Referenced by OpticalSystem::LoadOpticalData().
struct xrt_matrix_4x4 ns_eye::sphere_to_world_space |
Referenced by OpticalSystem::LoadOpticalData().
struct xrt_matrix_4x4 ns_eye::world_to_screen_space |
Referenced by OpticalSystem::LoadOpticalData().