Home
last modified time | relevance | path

Searched refs:getCollisionLocation (Results 1 – 2 of 2) sorted by relevance

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