Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.Limiter_CX.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Limiter_CX.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.steer.Limiter,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.Limiter_CX
public static class LJ_GDX_ai.Limiter_CX.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.steer.Limiter
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj -
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the maximum angular acceleration.floatReturns the maximum angular speed.floatReturns the maximum linear acceleration.floatReturns the maximum linear speed.floatReturns the threshold below which the linear speed can be considered zero.voidsetMaxAngularAcceleration(float p1) Sets the maximum angular acceleration.voidsetMaxAngularSpeed(float p1) Sets the maximum angular speed.voidsetMaxLinearAcceleration(float p1) Sets the maximum linear acceleration.voidsetMaxLinearSpeed(float p1) Sets the maximum linear speed.voidsetZeroLinearSpeedThreshold(float p1) Sets the threshold below which the linear speed can be considered zero.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
getMaxAngularAcceleration
public float getMaxAngularAcceleration()Description copied from interface:com.badlogic.gdx.ai.steer.LimiterReturns the maximum angular acceleration.- Specified by:
getMaxAngularAccelerationin interfacecom.badlogic.gdx.ai.steer.Limiter
-
getMaxAngularSpeed
public float getMaxAngularSpeed()Description copied from interface:com.badlogic.gdx.ai.steer.LimiterReturns the maximum angular speed.- Specified by:
getMaxAngularSpeedin interfacecom.badlogic.gdx.ai.steer.Limiter
-
getMaxLinearAcceleration
public float getMaxLinearAcceleration()Description copied from interface:com.badlogic.gdx.ai.steer.LimiterReturns the maximum linear acceleration.- Specified by:
getMaxLinearAccelerationin interfacecom.badlogic.gdx.ai.steer.Limiter
-
getMaxLinearSpeed
public float getMaxLinearSpeed()Description copied from interface:com.badlogic.gdx.ai.steer.LimiterReturns the maximum linear speed.- Specified by:
getMaxLinearSpeedin interfacecom.badlogic.gdx.ai.steer.Limiter
-
getZeroLinearSpeedThreshold
public float getZeroLinearSpeedThreshold()Description copied from interface:com.badlogic.gdx.ai.steer.LimiterReturns the threshold below which the linear speed can be considered zero. It must be a small positive value near to zero. Usually it is used to avoid updating the orientation when the velocity vector has a negligible length.- Specified by:
getZeroLinearSpeedThresholdin interfacecom.badlogic.gdx.ai.steer.Limiter
-
setMaxAngularAcceleration
public void setMaxAngularAcceleration(float p1) Description copied from interface:com.badlogic.gdx.ai.steer.LimiterSets the maximum angular acceleration.- Specified by:
setMaxAngularAccelerationin interfacecom.badlogic.gdx.ai.steer.Limiter
-
setMaxAngularSpeed
public void setMaxAngularSpeed(float p1) Description copied from interface:com.badlogic.gdx.ai.steer.LimiterSets the maximum angular speed.- Specified by:
setMaxAngularSpeedin interfacecom.badlogic.gdx.ai.steer.Limiter
-
setMaxLinearAcceleration
public void setMaxLinearAcceleration(float p1) Description copied from interface:com.badlogic.gdx.ai.steer.LimiterSets the maximum linear acceleration.- Specified by:
setMaxLinearAccelerationin interfacecom.badlogic.gdx.ai.steer.Limiter
-
setMaxLinearSpeed
public void setMaxLinearSpeed(float p1) Description copied from interface:com.badlogic.gdx.ai.steer.LimiterSets the maximum linear speed.- Specified by:
setMaxLinearSpeedin interfacecom.badlogic.gdx.ai.steer.Limiter
-
setZeroLinearSpeedThreshold
public void setZeroLinearSpeedThreshold(float p1) Description copied from interface:com.badlogic.gdx.ai.steer.LimiterSets the threshold below which the linear speed can be considered zero. It must be a small positive value near to zero. Usually it is used to avoid updating the orientation when the velocity vector has a negligible length.- Specified by:
setZeroLinearSpeedThresholdin interfacecom.badlogic.gdx.ai.steer.Limiter
-