SkyLib
1.1.1
SkyLib
/
de.skyslycer.skylib.util
/
MathUtil
Math
Util
public
class
MathUtil
Utility class for math.
Functions
Functions
cos
Link copied to clipboard
public
static
double
cos
(
int angle
)
Get the corresponding cos value from an angle.
sin
Link copied to clipboard
public
static
double
sin
(
int angle
)
Get the corresponding sin value from an angle.