public class CarRegulator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CarRegulator.Action |
Constructor and Description |
---|
CarRegulator() |
Modifier and Type | Method and Description |
---|---|
CarRegulator.Action |
calculateAction(double desiredSpeed,
javax.vecmath.Vector3f desiredHeading,
double speed,
javax.vecmath.Vector3f heading) |
public CarRegulator.Action calculateAction(double desiredSpeed, javax.vecmath.Vector3f desiredHeading, double speed, javax.vecmath.Vector3f heading)