Uses of Class
net.anwiba.commons.utilities.math.DirectionAngle
Packages that use DirectionAngle
-
Uses of DirectionAngle in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return DirectionAngleModifier and TypeMethodDescriptionDirectionAngle.addClockwise(Angle angle) static DirectionAngleDirectionOrientation.addClockwise(DirectionAngle direction, Angle angle) DirectionAngle.convertTo(DirectionOrientation orientation) static DirectionAngleDirectionOrientation.convertTo(DirectionAngle direction, DirectionOrientation orientation) static DirectionAngleDirectionAngle.degree(double value, DirectionOrientation orientation) static DirectionAngleDirectionAngle.gon(double value, DirectionOrientation orientation) DirectionAngle.nonNegativ()static DirectionAngleDirectionAngle.of(Angle angle, DirectionOrientation orientation) static DirectionAngleDirectionAngle.radian(double value, DirectionOrientation orientation) DirectionAngle.subtractClockwise(Angle angle) static DirectionAngleDirectionOrientation.subtractClockwise(DirectionAngle direction, Angle angle) DirectionAngle.toGeograpic()DirectionAngle.toMath()Methods in net.anwiba.commons.utilities.math with parameters of type DirectionAngleModifier and TypeMethodDescriptionstatic DirectionAngleDirectionOrientation.addClockwise(DirectionAngle direction, Angle angle) static AngleDirectionOrientation.between(DirectionAngle direction, DirectionAngle other) static DirectionAngleDirectionOrientation.convertTo(DirectionAngle direction, DirectionOrientation orientation) static DirectionAngleDirectionOrientation.subtractClockwise(DirectionAngle direction, Angle angle)