Package gaia.cu9.ari.gaiaorbit.util.math
Interface ITrigonometry
-
- All Known Implementing Classes:
FastTrigonometry
,Trigonometry
public interface ITrigonometry
Trigonometry interface to enable multiple implementations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
acos(double angle)
double
asin(double angle)
double
atan(double angle)
double
cos(double angle)
double
sin(double angle)
double
tan(double angle)
-