Java com.badlogic.gdx.ai.steer Limiter fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.ai.steer Limiter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.ai.steer Limiter.

The text is from its open source code.

Method

floatgetMaxAngularAcceleration()
Returns the maximum angular acceleration.
floatgetMaxAngularSpeed()
Returns the maximum angular speed.
floatgetMaxLinearAcceleration()
Returns the maximum linear acceleration.
floatgetMaxLinearSpeed()
Returns the maximum linear speed.
voidsetMaxAngularAcceleration(float maxAngularAcceleration)
Sets the maximum angular acceleration.
voidsetMaxAngularSpeed(float maxAngularSpeed)
Sets the maximum angular speed.
voidsetMaxLinearAcceleration(float maxLinearAcceleration)
Sets the maximum linear acceleration.
voidsetMaxLinearSpeed(float maxLinearSpeed)
Sets the maximum linear speed.