Class Vector2

java.lang.Object
de.ellpeck.rockbottom.api.util.math.Vector2

public class Vector2 extends Object
  • Field Details

    • ZERO

      public static final Vector2 ZERO
    • ONE

      public static final Vector2 ONE
    • x

      public final float x
    • y

      public final float y
  • Constructor Details

    • Vector2

      public Vector2(float value)
    • Vector2

      public Vector2(float x, float y)
  • Method Details