|
SBgl 0.1.0
A graphics framework in C99
|
Parameters for orthographic projection. More...
#include <sbgl_math.h>
Data Fields | |
| float | left |
| float | right |
| float | bottom |
| float | top |
| float | near_p |
| float | far_p |
Parameters for orthographic projection.
Definition at line 29 of file sbgl_math.h.
| float sbgl_OrthoParams::bottom |
Definition at line 31 of file sbgl_math.h.
| float sbgl_OrthoParams::far_p |
Definition at line 32 of file sbgl_math.h.
| float sbgl_OrthoParams::left |
Definition at line 30 of file sbgl_math.h.
| float sbgl_OrthoParams::near_p |
Definition at line 32 of file sbgl_math.h.
| float sbgl_OrthoParams::right |
Definition at line 30 of file sbgl_math.h.
| float sbgl_OrthoParams::top |
Definition at line 31 of file sbgl_math.h.