#include <CDVolume.h>
|
| | Sphere (const float &boundingRadius_) |
| |
| virtual SHAPE_TYPE | getType () const |
| |
| | Shape (const float &boundingRadius_=0.0f) |
| |
| virtual | ~Shape () |
| |
| virtual float | getDist (const Math::Point<> &thisCenter_, const Math::Matrix3x3 &thisRot_, const Shape *otherShape_, const Math::Point<> &otherCenter_, const Math::Matrix3x3 &otherRot_) const |
| |
| virtual bool | getFirstIntersection (const Math::Point<> &thisCenter_, const Math::Matrix3x3 &thisRot_, const Math::Point<> &thisVel_, const Shape *otherShape_, const Math::Point<> &otherCenter_, const Math::Matrix3x3 &otherRot_, const Math::Point<> &otherVel_, HitInfo &hitInfo_) const |
| |
| virtual bool | getClosestRayIntersection (const Math::Point<> &thisCenter_, const Math::Matrix3x3 &thisRot_, const Math::Point<> &rayOrigin_, const Math::Point<> &rayDir_, Math::Point<> &hitPos_, float &t_, Math::Point<> &hitNormal_) const |
| |
| virtual void | scale (const Math::Point<> &factor_) |
| |
| OpenSkyNet::CD::Sphere::Sphere |
( |
const float & |
boundingRadius_ | ) |
|
|
inline |
| virtual SHAPE_TYPE OpenSkyNet::CD::Sphere::getType |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this struct was generated from the following file: