Home
last modified time | relevance | path

Searched defs:halfExtents (Results 1 – 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DBoxCollisionShape.java49 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()
DCylinderCollisionShape.java49 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/
DBoxCollisionShape.java49 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
DCylinderCollisionShape.java51 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/
Dcom_jme3_bullet_collision_shapes_BoxCollisionShape.cpp49 (JNIEnv *env, jobject object, jobject halfExtents) { in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape()
Dcom_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jobject halfExtents) { in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestGhostObject.java105 Vector3f halfExtents = new Vector3f(3, 4.2f, 1); in initGhostObject() local