OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUpAxisDirections
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
btKinematicCharacterController.cpp
249
m_targetPosition = m_currentPosition +
getUpAxisDirections
()[m_upAxis] * (m_stepHeight + (m_verticalOffset > 0.f?m_verticalOffset:0.f));
255
start.setOrigin (m_currentPosition +
getUpAxisDirections
()[m_upAxis] * (m_convexShape->getMargin() + m_addedMargin));
258
btKinematicClosestNotMeConvexResultCallback callback (m_ghostObject, -
getUpAxisDirections
()[m_upAxis], btScalar(0.7071));
274
if(callback.m_hitNormalWorld.dot(
getUpAxisDirections
()[m_upAxis]) > 0.0)
424
btVector3 step_drop =
getUpAxisDirections
()[m_upAxis] * (m_currentStepOffset + additionalDownStep);
426
btVector3 gravity_drop =
getUpAxisDirections
()[m_upAxis] * downVelocity;
437
btVector3 step_drop =
getUpAxisDirections
()[m_upAxis] * (m_currentStepOffset + downVelocity);
440
btKinematicClosestNotMeConvexResultCallback callback (m_ghostObject,
getUpAxisDirections
()[m_upAxis], m_maxSlopeCosine);
444
btKinematicClosestNotMeConvexResultCallback callback2 (m_ghostObject,
getUpAxisDirections
()[m_upAxis], m_maxSlopeCosine);
497
btVector3 step_drop =
getUpAxisDirections
()[m_upAxis] * (m_currentStepOffset + downVelocity)
[
all
...]
btKinematicCharacterController.h
83
static btVector3*
getUpAxisDirections
();
Completed in 6404 milliseconds