public class NormalizeAngle
extends java.lang.Object
Constructor and Description |
---|
NormalizeAngle() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
java.lang.Integer |
normalizeValueUsingFloorMod(java.lang.Integer integer) |
java.lang.Integer |
normalizeValueUsingModulo(java.lang.Integer angle) |