OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeReflectionDirection
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
btKinematicCharacterController.h
88
btVector3
computeReflectionDirection
(const btVector3& direction, const btVector3& normal);
btKinematicCharacterController.cpp
113
btVector3 btKinematicCharacterController::
computeReflectionDirection
(const btVector3& direction, const btVector3& normal)
299
btVector3 reflectDir =
computeReflectionDirection
(movementDirection, hitNormal);
Completed in 2974 milliseconds