Interface Theta
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is a functional interface representing a mathematical angle Theta, which returns the zenith value.
-
Method Summary
-
Method Details
-
getZenith
double getZenith()This method returns a double value representing the zenith angle.- Returns:
- the zenith angle as a double.
-
from
-
of
-