#include <polygon.hpp>

Public Member Functions | |
| sgxPrimitivePolygon () | |
| sgxPrimitivePolygon (const sgxVector3 &pv1, const sgxVector3 &pv2, const sgxVector3 &pv3) | |
| sgxPrimitivePolygon (const sgxPolyVtx &pv1, const sgxPolyVtx &pv2, const sgxPolyVtx &pv3) | |
| ~sgxPrimitivePolygon () | |
| virtual void | getBoundingSphere (sgxVector3 &pos, tREAL32 &radius) const |
| virtual void | getBoundingBox (sgxVector3 &minpos, sgxVector3 &maxpos) const |
| void | UnityPlaneXY (const tREAL32 &z) |
Public Attributes | |
| sgxVector< sgxPolyVtx > | vtx |
| sgxPrimitivePolygon::sgxPrimitivePolygon | ( | ) | [inline] |
| sgxPrimitivePolygon::sgxPrimitivePolygon | ( | const sgxVector3 & | pv1, | |
| const sgxVector3 & | pv2, | |||
| const sgxVector3 & | pv3 | |||
| ) | [inline] |
| sgxPrimitivePolygon::sgxPrimitivePolygon | ( | const sgxPolyVtx & | pv1, | |
| const sgxPolyVtx & | pv2, | |||
| const sgxPolyVtx & | pv3 | |||
| ) | [inline] |
| sgxPrimitivePolygon::~sgxPrimitivePolygon | ( | ) | [inline] |
| virtual void sgxPrimitivePolygon::getBoundingSphere | ( | sgxVector3 & | pos, | |
| tREAL32 & | radius | |||
| ) | const [virtual] |
Reimplemented from sgxPrimitiveBase.
| virtual void sgxPrimitivePolygon::getBoundingBox | ( | sgxVector3 & | minpos, | |
| sgxVector3 & | maxpos | |||
| ) | const [virtual] |
Reimplemented from sgxPrimitiveBase.
| void sgxPrimitivePolygon::UnityPlaneXY | ( | const tREAL32 & | z | ) | [inline] |
| sgxVector<sgxPolyVtx> sgxPrimitivePolygon::vtx |
1.5.6