#include <vertex.h>
|  | 
| float | a | 
|  | A coefficient to describe a 3D plane: aX + bY + cZ + d = 0. 
 | 
|  | 
| float | b | 
|  | A coefficient to describe a 3D plane: aX + bY + cZ + d = 0. 
 | 
|  | 
| float | c | 
|  | A coefficient to describe a 3D plane: aX + bY + cZ + d = 0. 
 | 
|  | 
| float | d | 
|  | A coefficient to describe a 3D plane: aX + bY + cZ + d = 0. 
 | 
|  | 
The PlaneClass class: Implements a 3D plane 
◆ PlaneClass()
Constructor. 
- Parameters
- 
  
    | A | the A component of the plane. |  | B | the B component of the plane. |  | C | the C component of the plane. |  | D | the D component of the plane. |  
 
 
 
The documentation for this class was generated from the following file: