Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
DVehicleWheel.java49 protected com.bulletphysics.dynamics.vehicle.WheelInfo wheelInfo; field in VehicleWheel
90 Converter.convert(wheelInfo.worldTransform.origin, wheelWorldLocation); in updatePhysicsState()
91 Converter.convert(wheelInfo.worldTransform.basis, tmp_Matrix); in updatePhysicsState()
118 return wheelInfo; in getWheelInfo()
121 public void setWheelInfo(com.bulletphysics.dynamics.vehicle.WheelInfo wheelInfo) { in setWheelInfo() argument
122 this.wheelInfo = wheelInfo; in setWheelInfo()
249 if (wheelInfo == null) { in applyInfo()
252 wheelInfo.suspensionStiffness = suspensionStiffness; in applyInfo()
253 wheelInfo.wheelsDampingRelaxation = wheelsDampingRelaxation; in applyInfo()
254 wheelInfo.wheelsDampingCompression = wheelsDampingCompression; in applyInfo()
[all …]