public class BulletCarPhysicalModelAdapter extends java.lang.Object implements VehicleModel
Constructor and Description |
---|
BulletCarPhysicalModelAdapter(AutomaticRegularCar car) |
Modifier and Type | Method and Description |
---|---|
com.jme3.math.Quaternion |
getRotation() |
com.jme3.math.Vector3f |
getTranslation() |
com.jme3.math.Quaternion |
getWheelRotation(java.lang.String wheelName) |
com.jme3.math.Vector3f |
getWheelTranslation(java.lang.String wheelName) |
public BulletCarPhysicalModelAdapter(AutomaticRegularCar car)
public com.jme3.math.Quaternion getRotation()
getRotation
in interface PhysicalModel
public com.jme3.math.Vector3f getTranslation()
getTranslation
in interface PhysicalModel
public com.jme3.math.Quaternion getWheelRotation(java.lang.String wheelName)
getWheelRotation
in interface WheeledModel
public com.jme3.math.Vector3f getWheelTranslation(java.lang.String wheelName)
getWheelTranslation
in interface WheeledModel