public class PhysicsBodyStateUpdaterSymplecticEuler extends PhysicsBodyStateUpdater
Class PhysicsBodyStateUpdaterSymplecticEuler. Provides physicsbodystateupdatersymplecticeuler functionality for the Hytale server.
java.lang.Object > PhysicsBodyStateUpdater > PhysicsBodyStateUpdaterSymplecticEuler
Field Summary
No fields documented.
Method Detail
update
public
void
update
(@Nonnull final PhysicsBodyState before, @Nonnull final PhysicsBodyState after, final double mass, final double dt, final boolean onGround, @Nonnull final ForceProvider[] forceProvider)
Method update.
- Parameters:
@Nonnull final PhysicsBodyStatebefore@Nonnull final PhysicsBodyStateafterfinal doublemassfinal doubledtfinal booleanonGround@Nonnull final ForceProvider[]forceProvider