Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DVehicleWheel.java327 public Vector3f getCollisionNormal(Vector3f vec) { in getCollisionNormal() method in VehicleWheel
328 getCollisionNormal(wheelId, wheelIndex, vec); in getCollisionNormal()
332 private native void getCollisionNormal(long wheelId, int wheelIndex, Vector3f vec); in getCollisionNormal() method in VehicleWheel
337 public Vector3f getCollisionNormal() { in getCollisionNormal() method in VehicleWheel
339 getCollisionNormal(wheelId, wheelIndex, vec); in getCollisionNormal()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java315 public Vector3f getCollisionNormal(Vector3f vec) { in getCollisionNormal() method in VehicleWheel
323 public Vector3f getCollisionNormal() { in getCollisionNormal() method in VehicleWheel