OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
#include <OgreCapsule.h>
Public Member Functions | |
Capsule () | |
Capsule (const Segment &, Real) | |
bool | intersects (const Capsule &) const |
bool | intersects (const Segment &) const |
void | set (const Vector3 &newOrigin, const Vector3 &newEnd, Real newRadius) |
void | setEndPoint (const Vector3 &newEndpoint) |
void | setOrigin (const Vector3 &newOrigin) |
void | setRadius (Real newRadius) |
Public Attributes | |
Real | mRadius |
Segment | mSegment |
Ogre::Capsule::Capsule | ( | ) |
Real Ogre::Capsule::mRadius |
Segment Ogre::Capsule::mSegment |