Monado OpenXR Runtime
Data Fields
ns_eye Struct Reference

Distortion information about an eye parsed from the configuration file. More...

#include <north_star/ns_hmd.h>

Collaboration diagram for ns_eye:
Collaboration graph
[legend]

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
 

Detailed Description

Distortion information about an eye parsed from the configuration file.

Field Documentation

◆ camera_projection

struct xrt_quat ns_eye::camera_projection

◆ ellipse_major_axis

float ns_eye::ellipse_major_axis

◆ ellipse_minor_axis

float ns_eye::ellipse_minor_axis

◆ eye_pose

struct xrt_pose ns_eye::eye_pose

◆ optical_system

struct ns_optical_system* ns_eye::optical_system

◆ screen_forward

struct xrt_vec3 ns_eye::screen_forward

◆ screen_position

struct xrt_vec3 ns_eye::screen_position

◆ sphere_to_world_space

struct xrt_matrix_4x4 ns_eye::sphere_to_world_space

◆ world_to_screen_space

struct xrt_matrix_4x4 ns_eye::world_to_screen_space

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