Searched defs:halfExtents (Results 1 – 7 of 7) sorted by relevance
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | BoxCollisionShape.java | 49 private Vector3f halfExtents; field in BoxCollisionShape 58 public BoxCollisionShape(Vector3f halfExtents) { in BoxCollisionShape() 76 Vector3f halfExtents = (Vector3f) capsule.readSavable("halfExtents", new Vector3f(1, 1, 1)); in read() local 89 private native long createShape(Vector3f halfExtents); in createShape()
|
D | CylinderCollisionShape.java | 49 protected Vector3f halfExtents; field in CylinderCollisionShape 59 public CylinderCollisionShape(Vector3f halfExtents) { in CylinderCollisionShape() 70 public CylinderCollisionShape(Vector3f halfExtents, int axis) { in CylinderCollisionShape() 119 private native long createShape(int axis, Vector3f halfExtents); in createShape()
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | BoxCollisionShape.java | 49 private Vector3f halfExtents; field in BoxCollisionShape 58 public BoxCollisionShape(Vector3f halfExtents) { in BoxCollisionShape() 76 Vector3f halfExtents = (Vector3f) capsule.readSavable("halfExtents", new Vector3f(1, 1, 1)); in read() local
|
D | CylinderCollisionShape.java | 51 protected Vector3f halfExtents; field in CylinderCollisionShape 61 public CylinderCollisionShape(Vector3f halfExtents) { in CylinderCollisionShape() 72 public CylinderCollisionShape(Vector3f halfExtents, int axis) { in CylinderCollisionShape()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp | 49 (JNIEnv *env, jobject object, jobject halfExtents) { in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape()
|
D | com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp | 49 (JNIEnv * env, jobject object, jint axis, jobject halfExtents) { in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape()
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestGhostObject.java | 105 Vector3f halfExtents = new Vector3f(3, 4.2f, 1); in initGhostObject() local
|