Interface ISpacecraft

All Known Implementing Classes:
MotorEngine, SpacecraftView

public interface ISpacecraft
  • Method Details

    • force

      Vector3d force()
    • accel

      Vector3d accel()
    • vel

      Vector3d vel()
    • direction

      Vector3d direction()
    • up

      Vector3d up()
    • thrust

      Vector3d thrust()
    • currentEnginePower

      double currentEnginePower()
    • currentEnginePower

      void currentEnginePower(double power)
    • thrustMagnitude

      double thrustMagnitude()
    • thrustFactor

      double[] thrustFactor()
    • relativisticSpeedCap

      double relativisticSpeedCap()
    • drag

      double drag()
    • mass

      double mass()
    • thrustFactorIndex

      int thrustFactorIndex()
    • leveling

      boolean leveling()
    • stopping

      boolean stopping()
    • stopAllMovement

      void stopAllMovement()