MathUtil

public class MathUtil

Utility class for math.

Functions

Link copied to clipboard
public static double cos(int angle)
Get the corresponding cos value from an angle.
Link copied to clipboard
public static double sin(int angle)
Get the corresponding sin value from an angle.