Home
last modified time | relevance | path

Searched refs:Q3BoundingSphere_Set (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/quesa/quesa-1.8/Source/Core/System/
H A DE3Math.c4379 Q3BoundingSphere_Set(bSphere, points3D, 0.0f, kQ3False); in E3BoundingSphere_SetFromPoints3D()
4407 Q3BoundingSphere_Set(bSphere, &origin, Q3Math_SquareRoot(radiusSquared), kQ3False); in E3BoundingSphere_SetFromPoints3D()
4445 Q3BoundingSphere_Set(bSphere, &point3D, 0.0f, kQ3False); in E3BoundingSphere_SetFromRationalPoints4D()
/dports/graphics/quesa/quesa-1.8/APIincludes/
H A DQuesaMath.h3653 Q3BoundingSphere_Set (
5283 #define Q3BoundingSphere_Set Q3FastBoundingSphere_Set macro
/dports/graphics/quesa/quesa-1.8/Source/Core/Glue/
H A DQD3DMath.c130 #undef Q3BoundingSphere_Set
6179 Q3BoundingSphere_Set(TQ3BoundingSphere *bSphere, const TQ3Point3D *origin, float radius, TQ3Boolean… in Q3BoundingSphere_Set() function