![]() |
Tactics: Western Philosophers Vs. Musicians
0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
|
This is the complete list of members for OpenSkyNet::CD::Box, including all inherited members.
_boundingRadius | OpenSkyNet::CD::Shape | |
_depthDiv2 | OpenSkyNet::CD::Box | |
_heightDiv2 | OpenSkyNet::CD::Box | |
_widthDiv2 | OpenSkyNet::CD::Box | |
Box(const float &boundingRadius_, const float &width_, const float &height_, const float &depth_) | OpenSkyNet::CD::Box | inline |
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 | OpenSkyNet::CD::Shape | virtual |
getDimensions() const | OpenSkyNet::CD::Box | inline |
getDist(const Math::Point<> &thisCenter_, const Math::Matrix3x3 &thisRot_, const Shape *otherShape_, const Math::Point<> &otherCenter_, const Math::Matrix3x3 &otherRot_) const | OpenSkyNet::CD::Box | virtual |
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 | OpenSkyNet::CD::Box | virtual |
getType() const | OpenSkyNet::CD::Box | inlinevirtual |
scale(const Math::Point<> &factor_) | OpenSkyNet::CD::Box | virtual |
Shape(const float &boundingRadius_=0.0f) | OpenSkyNet::CD::Shape | inline |
~Shape() | OpenSkyNet::CD::Shape | inlinevirtual |