Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_lut_viewer_projection_t Struct Reference
+ Collaboration diagram for dt_lut_viewer_projection_t:

Data Fields

dt_aligned_pixel_simd_t screen_x
 
dt_aligned_pixel_simd_t screen_y
 
dt_aligned_pixel_simd_t screen_z
 
float min_x
 
float max_x
 
float min_y
 
float max_y
 
float min_depth
 
float max_depth
 
float scale
 
float offset_x
 
float offset_y
 
float slice_depth
 
float slice_half_thickness
 

Detailed Description

Definition at line 47 of file lut_viewer.c.

Field Documentation

◆ max_depth

float dt_lut_viewer_projection_t::max_depth

Definition at line 57 of file lut_viewer.c.

Referenced by _build_projection().

◆ max_x

float dt_lut_viewer_projection_t::max_x

Definition at line 53 of file lut_viewer.c.

Referenced by _build_projection().

◆ max_y

float dt_lut_viewer_projection_t::max_y

Definition at line 55 of file lut_viewer.c.

Referenced by _build_projection().

◆ min_depth

float dt_lut_viewer_projection_t::min_depth

Definition at line 56 of file lut_viewer.c.

Referenced by _build_projection().

◆ min_x

float dt_lut_viewer_projection_t::min_x

Definition at line 52 of file lut_viewer.c.

Referenced by _build_projection().

◆ min_y

float dt_lut_viewer_projection_t::min_y

Definition at line 54 of file lut_viewer.c.

Referenced by _build_projection().

◆ offset_x

float dt_lut_viewer_projection_t::offset_x

Definition at line 59 of file lut_viewer.c.

Referenced by _build_projection(), and _project_point().

◆ offset_y

float dt_lut_viewer_projection_t::offset_y

Definition at line 60 of file lut_viewer.c.

Referenced by _build_projection(), and _project_point().

◆ scale

float dt_lut_viewer_projection_t::scale

Definition at line 58 of file lut_viewer.c.

Referenced by _build_projection(), _draw_axes(), and _project_point().

◆ screen_x

dt_aligned_pixel_simd_t dt_lut_viewer_projection_t::screen_x

Definition at line 49 of file lut_viewer.c.

Referenced by _build_projection(), and _project_point().

◆ screen_y

dt_aligned_pixel_simd_t dt_lut_viewer_projection_t::screen_y

Definition at line 50 of file lut_viewer.c.

Referenced by _build_projection(), and _project_point().

◆ screen_z

dt_aligned_pixel_simd_t dt_lut_viewer_projection_t::screen_z

Definition at line 51 of file lut_viewer.c.

Referenced by _build_projection(), and _project_point().

◆ slice_depth

float dt_lut_viewer_projection_t::slice_depth

Definition at line 61 of file lut_viewer.c.

Referenced by _build_projection(), and _draw_samples().

◆ slice_half_thickness

float dt_lut_viewer_projection_t::slice_half_thickness

Definition at line 62 of file lut_viewer.c.

Referenced by _build_projection(), and _draw_samples().


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