Class Quad2d

java.lang.Object
com.hypixel.hytale.math.shape.Quad2d

public class Quad2d extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getA

      public Vector2d getA()
    • getB

      public Vector2d getB()
    • getC

      public Vector2d getC()
    • getD

      public Vector2d getD()
    • getMinX

      public double getMinX()
    • getMinY

      public double getMinY()
    • getMaxX

      public double getMaxX()
    • getMaxY

      public double getMaxY()
    • getCenter

      @Nonnull public Vector2d getCenter()
    • getCenter

      @Nonnull public Vector2d getCenter(@Nonnull Vector2d target)
    • getRandom

      @Nonnull public Vector2d getRandom(@Nonnull Random random)
    • getRandom

      @Nonnull public Vector2d getRandom(@Nonnull Random random, @Nonnull Vector2d vec)
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object