Home
last modified time | relevance | path

Searched refs:m_hitPointWorld (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
DjmeBulletUtil.h48 …* env, jobject resultlist, const btVector3 hitnormal,const btVector3 m_hitPointWorld,const btScala…
Dcom_jme3_bullet_PhysicsSpace.cpp419 btVector3 m_hitPointWorld; in Java_com_jme3_bullet_PhysicsSpace_rayTest_1native() member
427m_hitPointWorld.setInterpolate3(m_rayFromWorld, m_rayToWorld, rayResult.m_hitFraction); in Java_com_jme3_bullet_PhysicsSpace_rayTest_1native()
429 …jmeBulletUtil::addResult(env, resultlist, m_hitNormalWorld, m_hitPointWorld, rayResult.m_hitFracti… in Java_com_jme3_bullet_PhysicsSpace_rayTest_1native()
DjmeBulletUtil.cpp310 …sult(JNIEnv* env, jobject resultlist, btVector3 hitnormal, btVector3 m_hitPointWorld, btScalar m_h… in addResult() argument