shapes::Plane Class Reference
Definition of a plane with equation ax + by + cz + d = 0.
More...
#include <shapes.h>
List of all members.
Public Member Functions |
| | Plane (double pa, double pb, double pc, double pd) |
| | Plane (void) |
Public Attributes |
| double | a |
| double | b |
| double | c |
| double | d |
Detailed Description
Definition of a plane with equation ax + by + cz + d = 0.
Definition at line 203 of file shapes.h.
Constructor & Destructor Documentation
| shapes::Plane::Plane |
( |
void |
|
) |
[inline] |
| shapes::Plane::Plane |
( |
double |
pa, |
|
|
double |
pb, |
|
|
double |
pc, |
|
|
double |
pd | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: