Class RandomUtils

java.lang.Object
com.deco2800.game.utils.math.RandomUtils

public class RandomUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.badlogic.gdx.math.GridPoint2
    random(com.badlogic.gdx.math.GridPoint2 start, com.badlogic.gdx.math.GridPoint2 end)
     
    static com.badlogic.gdx.math.Vector2
    random(com.badlogic.gdx.math.Vector2 start, com.badlogic.gdx.math.Vector2 end)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)