Home
last modified time | relevance | path

Searched refs:getAxle (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsVehicle.java139 …Id, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestL… in createVehicle()
191 …Id, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestL… in addWheel()
519 Vector3f axle = physicsVehicleWheel.getAxle().clone(); in getDebugShape()
DVehicleWheel.java148 public Vector3f getAxle() { in getAxle() method in VehicleWheel
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DVehicleControl.java112 …heel = control.addWheel(wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestL… in cloneForSpatial()
202 Vector3f axle = physicsVehicleWheel.getAxle().clone(); in render()
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DPhysicsVehicle.java133 …(wheel.getLocation()), Converter.convert(wheel.getDirection()), Converter.convert(wheel.getAxle()), in createVehicle()
502 Vector3f axle = physicsVehicleWheel.getAxle().clone(); in getDebugShape()
DVehicleWheel.java143 public Vector3f getAxle() { in getAxle() method in VehicleWheel