Searched defs:getAabbSlow (Results 1 – 4 of 4) sorted by relevance
35 void btConvexInternalShape::getAabbSlow(const btTransform& trans,btVector3&minAabb,btVector3&maxAab… in getAabbSlow() function in btConvexInternalShape
60 void btConvex2dShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const in getAabbSlow() function in btConvex2dShape
73 void btUniformScalingShape::getAabbSlow(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax)… in getAabbSlow() function in btUniformScalingShape
93 public void getAabbSlow(Matrix4 t, Vector3 aabbMin, Vector3 aabbMax) { in getAabbSlow() method in btConvexShape