GlsRSOLoader API  1.3.1
RSOInterface1::PlaneClass Class Reference

#include <rso_interface_1.h>

Public Member Functions

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
 

Detailed Description

The PlaneClass is used to define the clipping planes for culling

Member Data Documentation

float _a

Coefficients to describe a 3D plane: aX + bY + cZ + d = 0

float _b

Coefficients to describe a 3D plane: aX + bY + cZ + d = 0

float _c

Coefficients to describe a 3D plane: aX + bY + cZ + d = 0

float _d

Coefficients to describe a 3D plane: aX + bY + cZ + d = 0


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