net.ctdp.rfdynhud.gamedata
Class VehiclePhysics.SlipCurve

java.lang.Object
  extended by net.ctdp.rfdynhud.gamedata.VehiclePhysics.SlipCurve
Enclosing class:
VehiclePhysics

public static final class VehiclePhysics.SlipCurve
extends java.lang.Object

Model of a tire slip curve.

Author:
Marvin Froehlich (CTDP)

Method Summary
 float[] getData()
           
 int getDataLength()
           
 float getDropOffFunction()
           
 java.lang.String getName()
          Gets the slip curve's name.
 float getStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public final java.lang.String getName()
Gets the slip curve's name.

Returns:
the slip curve's name.

getStep

public final float getStep()

getDropOffFunction

public final float getDropOffFunction()

getData

public final float[] getData()

getDataLength

public final int getDataLength()