Definition at line 6 of file SmoothMovementUtil.java.
◆ SmoothMovementUtil()
| com.fs.starfarer.api.util.SmoothMovementUtil.SmoothMovementUtil |
( |
| ) |
|
◆ advance()
| void com.fs.starfarer.api.util.SmoothMovementUtil.advance |
( |
float | amount | ) |
|
◆ getAcceleration()
| float com.fs.starfarer.api.util.SmoothMovementUtil.getAcceleration |
( |
| ) |
|
◆ getAccelVector()
| ReadableVector2f com.fs.starfarer.api.util.SmoothMovementUtil.getAccelVector |
( |
| ) |
|
◆ getDest()
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.getDest |
( |
| ) |
|
◆ getHardSpeedLimit()
| float com.fs.starfarer.api.util.SmoothMovementUtil.getHardSpeedLimit |
( |
| ) |
|
◆ getLocation()
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.getLocation |
( |
| ) |
|
◆ getMaxSpeed()
| float com.fs.starfarer.api.util.SmoothMovementUtil.getMaxSpeed |
( |
| ) |
|
◆ getVelocity()
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.getVelocity |
( |
| ) |
|
◆ setAcceleration()
| void com.fs.starfarer.api.util.SmoothMovementUtil.setAcceleration |
( |
float | acceleration | ) |
|
◆ setDest()
| void com.fs.starfarer.api.util.SmoothMovementUtil.setDest |
( |
Vector2f | dest, |
|
|
Vector2f | destVel ) |
◆ setHardSpeedLimit()
| void com.fs.starfarer.api.util.SmoothMovementUtil.setHardSpeedLimit |
( |
float | hardSpeedLimit | ) |
|
◆ setMaxSpeed()
| void com.fs.starfarer.api.util.SmoothMovementUtil.setMaxSpeed |
( |
float | maxSpeed | ) |
|
◆ accel
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.accel = new Vector2f() |
|
protected |
◆ acceleration
| float com.fs.starfarer.api.util.SmoothMovementUtil.acceleration |
|
protected |
◆ dest
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.dest = new Vector2f() |
|
protected |
◆ destVel
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.destVel = new Vector2f() |
|
protected |
◆ hardSpeedLimit
| float com.fs.starfarer.api.util.SmoothMovementUtil.hardSpeedLimit = -1f |
|
protected |
◆ loc
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.loc = new Vector2f() |
|
protected |
◆ maxSpeed
| float com.fs.starfarer.api.util.SmoothMovementUtil.maxSpeed |
|
protected |
◆ smoothCap
| boolean com.fs.starfarer.api.util.SmoothMovementUtil.smoothCap = false |
|
protected |
◆ vel
| Vector2f com.fs.starfarer.api.util.SmoothMovementUtil.vel = new Vector2f() |
|
protected |
The documentation for this class was generated from the following file: