Home
last modified time | relevance | path

Searched refs:getBasis (Results 1 – 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
DjmeMotionState.cpp66 jmeBulletUtil::convert(env, rotation, &worldTransform.getBasis()); in setKinematicRotation()
71 jmeBulletUtil::convertQuat(env, rotation, &worldTransform.getBasis()); in setKinematicRotationQuat()
80 jmeBulletUtil::convertQuat(env, &worldTransform.getBasis(), rotation); in applyTransform()
Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp105 jmeBulletUtil::convert(env, value, &ghost->getWorldTransform().getBasis()); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2()
121 jmeBulletUtil::convertQuat(env, value, &ghost->getWorldTransform().getBasis()); in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2()
153 jmeBulletUtil::convertQuat(env, &ghost->getWorldTransform().getBasis(), value); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsRotation()
169 jmeBulletUtil::convert(env, &ghost->getWorldTransform().getBasis(), value); in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsRotationMatrix()
Dcom_jme3_bullet_joints_ConeJoint.cpp90 jmeBulletUtil::convert(env, rotA, &transA.getBasis()); in Java_com_jme3_bullet_joints_ConeJoint_createJoint()
93 jmeBulletUtil::convert(env, rotB, &transB.getBasis()); in Java_com_jme3_bullet_joints_ConeJoint_createJoint()
Dcom_jme3_bullet_objects_infos_RigidBodyMotionState.cpp101 jmeBulletUtil::convert(env, &motionState->worldTransform.getBasis(), value); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotation()
117 jmeBulletUtil::convertQuat(env, &motionState->worldTransform.getBasis(), value); in Java_com_jme3_bullet_objects_infos_RigidBodyMotionState_getWorldRotationQuat()
Dcom_jme3_bullet_joints_SixDofSpringJoint.cpp83 jmeBulletUtil::convert(env, rotA, &transA.getBasis()); in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint()
86 jmeBulletUtil::convert(env, rotB, &transB.getBasis()); in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint()
Dcom_jme3_bullet_joints_SixDofJoint.cpp161 jmeBulletUtil::convert(env, rotA, &transA.getBasis()); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint()
164 jmeBulletUtil::convert(env, rotB, &transB.getBasis()); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint()
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp77 jmeBulletUtil::convert(env, childRotation, &trans.getBasis()); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape()
Dcom_jme3_bullet_objects_VehicleWheel.cpp73 … jmeBulletUtil::convert(env, &vehicle->getWheelInfo(wheelIndex).m_worldTransform.getBasis(), out); in Java_com_jme3_bullet_objects_VehicleWheel_getWheelRotation()
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp181 jmeBulletUtil::convertQuat(env, &body->getWorldTransform().getBasis(), value); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsRotation()
197 jmeBulletUtil::convert(env, &body->getWorldTransform().getBasis(), value); in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsRotationMatrix()
Dcom_jme3_bullet_joints_SliderJoint.cpp953 jmeBulletUtil::convert(env, rotA, &transA.getBasis()); in Java_com_jme3_bullet_joints_SliderJoint_createJoint()
956 jmeBulletUtil::convert(env, rotB, &transB.getBasis()); in Java_com_jme3_bullet_joints_SliderJoint_createJoint()
Dcom_jme3_bullet_PhysicsSpace.cpp425 … m_hitNormalWorld = m_collisionObject->getWorldTransform().getBasis() * rayResult.m_hitNormalLocal; in Java_com_jme3_bullet_PhysicsSpace_rayTest_1native()
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/
DFilteredBasis.java52 public Basis getBasis() { in getBasis() method in FilteredBasis