Home
last modified time | relevance | path

Searched refs:bboxf_t (Results 1 – 14 of 14) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dtypes.h51 typedef float bboxf_t[6]; /**< Float bounding box */ typedef
193 bboxf_t bbox; /**< world space lightmap s and t unit vectors (FACETYPE_MESH only) */
502 bboxf_t bbox; /**< Bonunding box (order : 3 min + 3 max) */
668 bboxf_t bbox; /**< Bonunding box (order : 3 min + 3 max) */
811 bboxf_t bbox;
H A Dmath.h233 void AddPointToBounds(vec3_t v, bboxf_t bbox);
242 void ClearBounds(bboxf_t bbox);
244 bool BoundsIntersect(bboxf_t bbox, vec3_t mins2, vec3_t maxs2);
246 bool BoundsAndSphereIntersect(bboxf_t bbox, vec3_t centre, float radius);
248 bool PointInBounds(vec3_t point, bboxf_t bbox);
249 bool GetIntersection(bboxf_t bbox1, bboxf_t bbox2, bboxf_t dest);
H A Dq3bsp.h165 void GenerateBoundingBox(bboxf_t destbox, int firstface, int numfaces);
174 static void DrawBoundingBox(bboxf_t bbox, colour_t colorline, colour_t colorface);
404 bboxf_t bbox; /**< bsp bounding box */
H A Dbezierpatch.h66 bboxf_t bbox; /**< Group bounding box */
H A Dfrustum.h33 int BoxInFrustum(bboxf_t box);
H A Dmd3.h51 bboxf_t bbox; // This is the (x, y, z) mins and maxs for the bone
H A Dmath.cpp721 void ClearBounds(bboxf_t bbox) in ClearBounds()
733 bool BoundsIntersect(bboxf_t bbox, vec3_t mins2, vec3_t maxs2) in BoundsIntersect()
739 bool BoundsAndSphereIntersect(bboxf_t bbox, vec3_t centre, float radius) in BoundsAndSphereIntersect()
757 bool GetIntersection(bboxf_t bbox1, bboxf_t bbox2, bboxf_t dest) in GetIntersection()
772 void AddPointToBounds(vec3_t v, bboxf_t bbox) in AddPointToBounds()
805 bool PointInBounds(vec3_t point, bboxf_t bbox) in PointInBounds()
H A Dsurface.cpp25 memset(bbox, 0, sizeof(bboxf_t)); in Surface()
H A Dclient.h225 int TouchBounds(bboxf_t bbox);
H A Dentity.h211 bboxf_t bbox;
H A Dworld.cpp143 bboxf_t clbox; in Render()
H A Dclient.cpp722 int Client::TouchBounds(bboxf_t bbox) in TouchBounds()
H A Dfrustum.cpp377 int Frustum::BoxInFrustum(bboxf_t box) in BoxInFrustum()
H A Dq3bsp.cpp457 void Q3BSP::GenerateBoundingBox(bboxf_t destbox, int firstface, int numfaces) in GenerateBoundingBox()
1390 void Q3BSP::DrawBoundingBox(bboxf_t bbox, colour_t colorline, colour_t colorface) in DrawBoundingBox()