Searched defs:targetVelocity (Results 1 – 4 of 4) sorted by relevance
92 private boolean passedTarget(float oldVelocity, float newVelocity, float targetVelocity) { in passedTarget()
84 final Vector2 targetVelocity = target.getVelocity(); in applyMagnetism() local
180 public final void setTargetVelocity(Vector2 targetVelocity) { in setTargetVelocity()
138 public void enableAngularMotor(boolean enableMotor, float targetVelocity, float maxMotorImpulse) { in enableAngularMotor()