Changeset 1972 for code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
- Timestamp:
- Oct 20, 2008, 5:40:38 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
r1963 r1972 886 886 const btVector3 delta= results.witnesses[1]- 887 887 results.witnesses[0]; 888 const btScalar margin= shape0->getMargin NonVirtual()+889 shape1.getMargin NonVirtual();888 const btScalar margin= shape0->getMargin()+ 889 shape1.getMargin(); 890 890 const btScalar length= delta.length(); 891 891 results.normal = delta/length;
Note: See TracChangeset
for help on using the changeset viewer.