Uses of Class
net.anwiba.commons.utilities.math.DirectionOrientation
-
Packages that use DirectionOrientation Package Description net.anwiba.commons.utilities.math -
-
Uses of DirectionOrientation in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return DirectionOrientation Modifier and Type Method Description DirectionOrientationDirectionAngle. getOrientation()static DirectionOrientationDirectionOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DirectionOrientation[]DirectionOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anwiba.commons.utilities.math with parameters of type DirectionOrientation Modifier and Type Method Description 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)static DirectionAngleDirectionAngle. of(Angle angle, DirectionOrientation orientation)static DirectionAngleDirectionAngle. radian(double value, DirectionOrientation orientation)
-