Class ConstantThrustDirectionProvider

  • All Implemented Interfaces:
    ThrustDirectionProvider

    public class ConstantThrustDirectionProvider
    extends Object
    implements ThrustDirectionProvider
    Simple implementation of VariableThrustDirectionVector, providing a constant direction.
    Since:
    10.2
    Author:
    Mikael Fillastre, Andrea Fiorentino
    • Constructor Detail

      • ConstantThrustDirectionProvider

        public ConstantThrustDirectionProvider​(Vector3D constantDirection)
        Constructor.
        Parameters:
        constantDirection - constant direction
    • Method Detail