1#ifndef BT_CONTACT_H_STRUCTS_INCLUDED
2#define BT_CONTACT_H_STRUCTS_INCLUDED
34#define NORMAL_CONTACT_AVERAGE 1
36#define CONTACT_DIFF_EPSILON 0.00001f
78 unsigned int _hash = 0;
82 _hash += (*_uitmp) << 4;
84 _hash += (*_uitmp) << 8;
const T & btMax(const T &a, const T &b)
float btScalar
The btScalar type abstracts floating point numbers, to easily switch between double and single floati...
btScalar btSqrt(btScalar y)
#define SIMD_FORCE_INLINE
btVector3 can be used to represent 3D points and vectors.