8 #ifndef LIB_ALMATH_GEOMETRICS_SHAPES3D_UTILS_H
9 #define LIB_ALMATH_GEOMETRICS_SHAPES3D_UTILS_H
18 const Math::Transform &pEndTfToPillCenter,
19 Math::Position3D &pCenterA,
20 Math::Position3D &pCenterB);
25 const Math::Position3D &pEndTfToCenterB,
27 Math::Transform &pEndTfToPillCenter);
32 #endif // LIB_ALMATH_GEOMETRICS_SHAPES3D_UTILS_H
void getSphereCentersFromPill(float pHalfExtent, const Math::Transform &pEndTfToPillCenter, Math::Position3D &pCenterA, Math::Position3D &pCenterB)
void computePillParameters(const Math::Position3D &pEndTfToCenterA, const Math::Position3D &pEndTfToCenterB, float &pHalfExtent, Math::Transform &pEndTfToPillCenter)