Physics Simulation Forum

 

All times are UTC




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Wrong btGreaterEqual() ?
PostPosted: Tue Apr 03, 2012 4:14 pm 
Offline

Joined: Fri Jan 28, 2011 9:03 pm
Posts: 14
From btScalar.h:
Code:
SIMD_FORCE_INLINE bool   btGreaterEqual (btScalar a, btScalar eps) {
   return (!((a) <= eps));
}

It's not btGreaterEqual(). It's btGreater().
Mistake?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group