HomeSort by relevance Sort by last modified time
    Searched refs:getCollisionLocation (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
VehicleWheel.java 308 public Vector3f getCollisionLocation(Vector3f vec) {
309 getCollisionLocation(wheelId, wheelIndex, vec);
313 private native void getCollisionLocation(long wheelId, int wheelIndex, Vector3f vec);
318 public Vector3f getCollisionLocation() {
320 getCollisionLocation(wheelId, wheelIndex, vec);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
VehicleWheel.java 300 public Vector3f getCollisionLocation(Vector3f vec) {
308 public Vector3f getCollisionLocation() {

Completed in 25 milliseconds