Uses of Class
net.anwiba.commons.utilities.math.Angle
Packages that use Angle
-
Uses of Angle in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return AngleModifier and TypeMethodDescriptionComplex.angle()static AngleDirectionOrientation.between(DirectionAngle direction, DirectionAngle other) static AngleAngle.degree(double value) static AngleAngle.degree(int degree, int minute, double second) Angle.divide(double divider) static AngleAngle.fullCircle()DirectionAngle.getAngle()static AngleAngle.gon(double value) Angle.modulo()Angle.moduloNegativ()Angle.moduloPositive()Angle.multiply(double factor) static Anglestatic AngleAngle.radian(double x) static AngleAngle.semiCircle(double value) Methods in net.anwiba.commons.utilities.math with parameters of type AngleModifier and TypeMethodDescriptionDirectionAngle.addClockwise(Angle angle) static DirectionAngleDirectionOrientation.addClockwise(DirectionAngle direction, Angle angle) static doublestatic DirectionAngleDirectionAngle.of(Angle angle, DirectionOrientation orientation) static doubleDirectionAngle.subtractClockwise(Angle angle) static DirectionAngleDirectionOrientation.subtractClockwise(DirectionAngle direction, Angle angle) static doubleConstructors in net.anwiba.commons.utilities.math with parameters of type Angle