|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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)
コンストラクタの概要 | |
---|---|
NumUtil()
|
メソッドの概要 | |
---|---|
float |
Round(float Rval,
int Rpl)
Rounds a number |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NumUtil()
メソッドの詳細 |
---|
public float Round(float Rval, int Rpl)
Rval
- number to be roundedRpl
- number of decimal places
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |