Uses of Class
net.anwiba.commons.utilities.math.Angle
-
Packages that use Angle Package Description net.anwiba.commons.utilities.math -
-
Uses of Angle in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return Angle Modifier and Type Method Description AngleAngle. add(Angle angle)AngleComplex. angle()static AngleAngle. degree(double value)static AngleAngle. degree(int degree, int minute, double second)static AngleAngle. gon(double value)static AngleAngle. radian(double x)static AngleAngle. semiCircle(double value)AngleAngle. subtract(Angle angle)Methods in net.anwiba.commons.utilities.math with parameters of type Angle Modifier and Type Method Description AngleAngle. add(Angle angle)static doubleAngle. cos(Angle value)static doubleAngle. sin(Angle value)AngleAngle. subtract(Angle angle)Constructors in net.anwiba.commons.utilities.math with parameters of type Angle Constructor Description Complex(double real, Angle phi)Complex(Angle phi)
-