I need some clarification about ContactResultCallback::addSingleResult(btManifoldPoint& cp, ...).
1) The easiest first, what is the semantics of the return value (btScalar)? I've noticed that 1.0f or 0 are usually returned.
2) What are cp.m_positionWorldOnA and cp.m_positionWorldOnB?
3) What are cp.m_localPointOnA and cp.m_localPointOnB?
If you could point me to some sketch explaining these values, it will be greatly appreciated.
