Package com.undefined.stellar.argument.math
See: Description
-
Class Summary Class Description AngleArgument An argument that allows you to pass in a yaw angle, in floating-point number, ranging from -180.0 (north) to 179. AxisArgument An argument that allows you to pass in any non-repeating combination of the characters x
,y
, andz
, returning an EnumSet of Axis.DoubleRangeArgument An argument that allows you to pass in a valid double range (e.g. IntRangeArgument An argument that allows you to pass in a valid integer range (e.g. OperationArgument An argument that allows you to pass an arithmetic operator, such as =
or+=
.RotationArgument An argument that allows you to pass in a valid rotation consisting of yaw and pitch, which returns a Location only containing yaw and pitch. TimeArgument An argument that allows you to pass in a long
suffixed with a unit if wanted (1s, 1d or 1t).