SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_OrthoParams Struct Reference

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
 

Detailed Description

Parameters for orthographic projection.

Definition at line 29 of file sbgl_math.h.

Field Documentation

◆ bottom

float sbgl_OrthoParams::bottom

Definition at line 31 of file sbgl_math.h.

◆ far_p

float sbgl_OrthoParams::far_p

Definition at line 32 of file sbgl_math.h.

◆ left

float sbgl_OrthoParams::left

Definition at line 30 of file sbgl_math.h.

◆ near_p

float sbgl_OrthoParams::near_p

Definition at line 32 of file sbgl_math.h.

◆ right

float sbgl_OrthoParams::right

Definition at line 30 of file sbgl_math.h.

◆ top

float sbgl_OrthoParams::top

Definition at line 31 of file sbgl_math.h.


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