Skip to content
Post by user64 » Tue Apr 03, 2012 4:14 pm
Code: Select all
SIMD_FORCE_INLINE bool btGreaterEqual (btScalar a, btScalar eps) { return (!((a) <= eps)); }
Return to “General Bullet Physics Support and Feedback”