Public Attributes

CC3Plane Struct Reference

The coefficients of the equation for a plane in 3D space (ax + by + cz + d = 0). More...

#include <CC3Foundation.h>

List of all members.

Public Attributes

GLfloat a
GLfloat b
GLfloat c
GLfloat d

Detailed Description


Member Data Documentation

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.


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