|
Assimp
v2.0 (November 2010)
|
Represents a plane in a three-dimensional, euclidean space. More...
Public Member Functions | |
| aiPlane () | |
| aiPlane (float _a, float _b, float _c, float _d) | |
| aiPlane (const aiPlane &o) | |
Public Attributes | |
| float | a |
| Plane equation. More... | |
| float | b |
| float | c |
| float | d |
Represents a plane in a three-dimensional, euclidean space.
|
inline |
|
inline |
|
inline |
| float aiPlane::a |
Plane equation.
| float aiPlane::b |
| float aiPlane::c |
| float aiPlane::d |
1.8.5