|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
#include <OgreSegment.h>
| Public Member Functions | |
| Segment () | |
| Segment (const Vector3 &, const Vector3 &, Real) | |
| Real | distance (const Segment &otherSegment) const | 
| bool | intersects (const Capsule &) const | 
| void | set (const Vector3 &newOrigin, const Vector3 &newEnd) | 
| void | setEndPoint (const Vector3 &newEndpoint) | 
| void | setOrigin (const Vector3 &newOrigin) | 
| Real | squaredDistance (const Segment &otherSegment) const | 
| Public Attributes | |
| Vector3 | mDirection | 
| Real | mExtent | 
| Vector3 | mOrigin | 
| Ogre::Segment::Segment | ( | ) | 
| Vector3 Ogre::Segment::mDirection | 
| Real Ogre::Segment::mExtent | 
| Vector3 Ogre::Segment::mOrigin |