Uses of Class
net.anwiba.commons.utilities.math.DirectionAngle
-
Packages that use DirectionAngle Package Description net.anwiba.commons.utilities.math -
-
Uses of DirectionAngle in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return DirectionAngle Modifier and Type Method Description DirectionAngleDirectionAngle. add(Angle angle)DirectionAngleDirectionAngle. addClockwise(Angle angle)static DirectionAngleDirectionOrientation. addClockwise(DirectionAngle direction, Angle angle)DirectionAngleDirectionAngle. convertTo(DirectionOrientation orientation)static DirectionAngleDirectionOrientation. convertTo(DirectionAngle direction, DirectionOrientation orientation)static DirectionAngleDirectionAngle. degree(double value, DirectionOrientation orientation)static DirectionAngleDirectionAngle. gon(double value, DirectionOrientation orientation)DirectionAngleDirectionAngle. nonNegativ()static DirectionAngleDirectionAngle. of(Angle angle, DirectionOrientation orientation)static DirectionAngleDirectionAngle. radian(double value, DirectionOrientation orientation)DirectionAngleDirectionAngle. subtract(Angle angle)DirectionAngleDirectionAngle. subtractClockwise(Angle angle)static DirectionAngleDirectionOrientation. subtractClockwise(DirectionAngle direction, Angle angle)DirectionAngleDirectionAngle. toGeograpic()DirectionAngleDirectionAngle. toMath()Methods in net.anwiba.commons.utilities.math with parameters of type DirectionAngle Modifier and Type Method Description static 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)
-