Interface RampFlight

  • All Superinterfaces:
    Flight, RampElement

    public interface RampFlight
    extends Flight, RampElement
    The RampFlight interface provides geometric information about the ramp flight shape. This can be retrieved through the Ramp interface.
    Since:
    9.10.2
    • Method Detail

      • getSlope

        double getSlope()
        Returns the slope of the ramp flight element. Slope is calculated between a flight normal vector and xy-plane.
        Returns:
        the slope
        Since:
        9.10.2
      • getLength

        double getLength()
        Returns the length of the ramp flight element.
        Returns:
        the length
        Since:
        9.10.2