v2.0.2
Public Attributes | List of all members
CC3Plane Struct Reference

#include <CC3Foundation.h>

Public Attributes

GLfloat a
 
GLfloat b
 
GLfloat c
 
GLfloat d
 

Detailed Description

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

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: