Home
last modified time | relevance | path

Searched defs:projection_configuration (Results 1 – 1 of 1) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhyper.h240 struct projection_configuration { struct
241 eModel model; /**< which projection, see classes.cpp */
242 ld xposition, yposition; /**< move the center to another position */
243 …alpha, camera_angle, fisheye_param, twopoint_param, stretch, ballangle, ballproj, euclid_to_sphere;
244 ld clip_min, clip_max;
245 ld model_orientation, halfplane_scale, model_orientation_yz;
246 ld collignon_parameter;
270 projection_configuration() { in projection_configuration() argument