danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

Set double to be the default for all compilation modes #59

Open mikebentley15 opened 4 years ago

mikebentley15 commented 4 years ago

There are three build systems with different defaults for the precision:

This pull request is to change the default to be double precision for all three build systems without changing the build interface.