#include <CC3Foundation.h>
Public Attributes | |
GLfloat | a |
GLfloat | b |
GLfloat | c |
GLfloat | d |
The coefficients of the equation for a plane in 3D space (ax + by + cz + d = 0).
GLfloat CC3Plane::a |
The a coefficient in the planar equation.
GLfloat CC3Plane::b |
The b coefficient in the planar equation.
GLfloat CC3Plane::c |
The c coefficient in the planar equation.
GLfloat CC3Plane::d |
The d coefficient in the planar equation.