#include <baseprimitive.hpp>

Public Member Functions | |
| virtual void | getBoundingSphere (sgxVector3 &pos, tREAL32 &radius) const |
| virtual void | getBoundingBox (sgxVector3 &minpos, sgxVector3 &maxpos) const |
| virtual void sgxPrimitiveBase::getBoundingSphere | ( | sgxVector3 & | pos, | |
| tREAL32 & | radius | |||
| ) | const [inline, virtual] |
Reimplemented in sgxPrimitiveCuboid, sgxPrimitivePolygon, and sgxPrimitiveSphere.
| virtual void sgxPrimitiveBase::getBoundingBox | ( | sgxVector3 & | minpos, | |
| sgxVector3 & | maxpos | |||
| ) | const [inline, virtual] |
Reimplemented in sgxPrimitiveCuboid, sgxPrimitivePolygon, and sgxPrimitiveSphere.
1.5.6