Uses of Enum Class
net.anwiba.commons.utilities.math.DirectionOrientation
Packages that use DirectionOrientation
-
Uses of DirectionOrientation in net.anwiba.commons.utilities.math
Methods in net.anwiba.commons.utilities.math that return DirectionOrientationModifier and TypeMethodDescriptionDirectionAngle.getOrientation()static DirectionOrientationReturns the enum constant of this class with the specified name.static DirectionOrientation[]DirectionOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.anwiba.commons.utilities.math with parameters of type DirectionOrientationModifier and TypeMethodDescriptionDirectionAngle.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)