Package com.csse3200.game.utils.math
Class RandomUtils
java.lang.Object
com.csse3200.game.utils.math.RandomUtils
-
Method Summary
-
Method Details
-
random
public static com.badlogic.gdx.math.Vector2 random(com.badlogic.gdx.math.Vector2 start, com.badlogic.gdx.math.Vector2 end) -
random
public static com.badlogic.gdx.math.GridPoint2 random(com.badlogic.gdx.math.GridPoint2 start, com.badlogic.gdx.math.GridPoint2 end)
-