Package gaiasky.util.math
Interface ITrigonometry
- All Known Implementing Classes:
FastTrigonometry
,Trigonometry
public interface ITrigonometry
-
Method Summary
-
Method Details
-
sin
double sin(double angle) -
asin
double asin(double angle) -
cos
double cos(double angle) -
acos
double acos(double angle) -
tan
double tan(double angle) -
atan
double atan(double angle) -
atan2
double atan2(double y, double x)
-