|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme3tools.navigation.NumUtil
public class NumUtil
Provides various helper methods for number conversions (such as degree to radian conversion, decimal degree to radians etc)
Constructor Summary | |
---|---|
NumUtil()
|
Method Summary | |
---|---|
float |
Round(float Rval,
int Rpl)
Rounds a number |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumUtil()
Method Detail |
---|
public float Round(float Rval, int Rpl)
Rval
- number to be roundedRpl
- number of decimal places
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |