Class Point
java.lang.Object
me.deecaad.weaponmechanics.weapon.shoot.spread.Point
This class encapsulates an (x, y) point with a value.
-
Constructor Summary
Constructors -
Method Summary
-
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)
-