Interface WritableVector2f

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void set​(float x, float y)
      Set the X,Y values
      void setX​(float x)
      Set the X value
      void setY​(float y)
      Set the Y value
    • Method Detail

      • setX

        void setX​(float x)
        Set the X value
        Parameters:
        x -
      • setY

        void setY​(float y)
        Set the Y value
        Parameters:
        y -
      • set

        void set​(float x,
                 float y)
        Set the X,Y values
        Parameters:
        x -
        y -