Home | History | Annotate | Download | only in bullet-native

Lines Matching refs:mass

50     (JNIEnv *env, jobject object, jfloat mass, jlong motionstatId, jlong shapeId) {
55 shape->calculateLocalInertia(mass, localInertia);
56 btRigidBody* body = new btRigidBody(mass, motionState, shape, localInertia);
328 (JNIEnv *env, jobject object, jlong bodyId, jlong shapeId, jfloat mass) {
337 shape->calculateLocalInertia(mass, localInertia);
338 body->setMassProps(mass, localInertia);