SuperTuxKart
|
Public Member Functions | |
BoundingBox3D (const Vec3 &p0, const Vec3 &p1, const Vec3 &p2, const Vec3 &p3, const Vec3 &normal) | |
bool | pointInside (const Vec3 &p, bool ignore_vertical=false) const |
Private Attributes | |
Vec3 | m_box_faces [6][4] |
A 3D box using to check if a point lies inside a quad. | |