Interface TacticalQuad

    • Method Detail

      • getWidth

        double getWidth()
        Indicates the width of the quad.
        Returns:
        The width of the quad, in meters.
      • setWidth

        void setWidth​(double width)
        Specifies the width of the quad.
        Parameters:
        width - New width, in meters.
      • getLength

        double getLength()
        Indicates the length of the quad.
        Returns:
        The length of the quad, in meters.
      • setLength

        void setLength​(double length)
        Specifies the length of the quad.
        Parameters:
        length - New length, in meters.