GlsRSOLoader API
1.5.0
|
#include <rso_interface_1.h>
Public Member Functions | |
PlaneClass () | |
void | Set (float a, float b, float c, float d) |
float | A () |
float | B () |
float | C () |
float | D () |
Public Attributes | |
float | _a |
float | _b |
float | _c |
float | _d |
The PlaneClass is used to define the clipping planes for culling
|
inline |
Coefficients to describe a 3D plane: aX + bY + cZ + d = 0