Represents a plane in a three-dimensional, euclidean space.
More...
List of all members.
Public Member Functions |
| | aiPlane () |
| | aiPlane (const aiPlane &o) |
| | aiPlane (float _a, float _b, float _c, float _d) |
Public Attributes |
| float | a |
| | Plane equation.
|
| float | b |
| float | c |
| float | d |
Detailed Description
Represents a plane in a three-dimensional, euclidean space.
Constructor & Destructor Documentation
| aiPlane::aiPlane |
( |
|
) |
[inline] |
| aiPlane::aiPlane |
( |
float |
_a, |
|
|
float |
_b, |
|
|
float |
_c, |
|
|
float |
_d | |
|
) |
| | [inline] |
| aiPlane::aiPlane |
( |
const aiPlane & |
o |
) |
[inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: