|
FastUIDraw
|
A projection_params holds the data to describe a projection matrix with perspective. More...
#include <matrix.hpp>
Public Member Functions | |
| projection_params (void) | |
| projection_params (T l, T r, T b, T t, T n) | |
Public Attributes | |
| T | m_bottom |
| Bottom edge of the clipping plane. | |
| T | m_left |
| Left edge of the clipping plane. | |
| T | m_near |
| Near clipping plane distance. | |
| T | m_right |
| Right edge of the clipping plane. | |
| T | m_top |
| Top edge of the clipping plane. | |
A projection_params holds the data to describe a projection matrix with perspective.
Definition at line 403 of file matrix.hpp.
|
inline |
Default constructor for projection parameters, values are unitialized.
Definition at line 416 of file matrix.hpp.
|
inline |
Creates the projection parameters instance according to the given parameters.
| l | Left |
| r | Right |
| t | Top |
| b | Bottom |
| n | Near clipping plane |
Definition at line 427 of file matrix.hpp.
1.8.13