java.lang.Object
me.deecaad.weaponmechanics.weapon.shoot.spread.Point

public class Point extends Object
This class encapsulates an (x, y) point with a value.
  • Constructor Details

    • Point

      public Point(double yaw, double pitch)
  • Method Details

    • getYaw

      public double getYaw()
    • setYaw

      public void setYaw(double yaw)
    • getPitch

      public double getPitch()
    • setPitch

      public void setPitch(double pitch)