#include <GPhysicsUtils.h>
Static Public Member Functions | |
| static bool | PointHitsAABox (const GCS::GVector3 &point, const GCS::GVector3 &boxMin, const GCS::GVector3 &boxMax) |
| static bool | PointHitsBox (const GCS::GVector3 &point, const GCS::GPlane *boxPlanes) |
| static GCS::GPlane * | ComputeBoxPlanes (const GCS::GVector3 &boxMin, const GCS::GVector3 &boxMax, const GCS::GMatrix44 &boxTransformation) |
| static bool | PointHitsBox (const GCS::GVector3 &point, const GCS::GVector3 &boxMin, const GCS::GVector3 &boxMax, const GCS::GMatrix44 &boxTransformation) |
| bool GBE::GPhysicsUtils::PointHitsAABox | ( | const GCS::GVector3 & | point, | |
| const GCS::GVector3 & | boxMin, | |||
| const GCS::GVector3 & | boxMax | |||
| ) | [static] |
Is a point in an axis-aligned Box?
| bool GBE::GPhysicsUtils::PointHitsBox | ( | const GCS::GVector3 & | point, | |
| const GCS::GVector3 & | boxMin, | |||
| const GCS::GVector3 & | boxMax, | |||
| const GCS::GMatrix44 & | boxTransformation | |||
| ) | [static] |
Is a point in a Box?
| bool GBE::GPhysicsUtils::PointHitsBox | ( | const GCS::GVector3 & | point, | |
| const GCS::GPlane * | boxPlanes | |||
| ) | [static] |
Is a point in a Box?
1.4.7