Searched defs:getCollisionLocation (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DVehicleWheel.java308 public Vector3f getCollisionLocation(Vector3f vec) { method in class:VehicleWheel
309 getCollisionLocation(wheelId, wheelIndex, vec);
313 private native void getCollisionLocation(long wheelId, int wheelIndex, Vector3f vec); method in class:VehicleWheel
318 public Vector3f getCollisionLocation() { method in class:VehicleWheel
320 getCollisionLocation(wheelId, wheelIndex, vec);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DVehicleWheel.java300 public Vector3f getCollisionLocation(Vector3f vec) { method in class:VehicleWheel
308 public Vector3f getCollisionLocation() { method in class:VehicleWheel

Completed in 8462 milliseconds