Public Member Functions | |
aiPlane (const aiPlane &o) | |
aiPlane (float _a, float _b, float _c, float _d) | |
aiPlane () | |
Public Attributes | |
float | a |
Plane equation. | |
float | b |
float | c |
float | d |
aiPlane::aiPlane | ( | ) | [inline] |
aiPlane::aiPlane | ( | float | _a, | |
float | _b, | |||
float | _c, | |||
float | _d | |||
) | [inline] |
aiPlane::aiPlane | ( | const aiPlane & | o | ) | [inline] |
float aiPlane::a |
Plane equation.
float aiPlane::b |
float aiPlane::c |
float aiPlane::d |