jme3tools.navigation
クラス NumUtil

java.lang.Object
  上位を拡張 jme3tools.navigation.NumUtil

public class NumUtil
extends java.lang.Object

Provides various helper methods for number conversions (such as degree to radian conversion, decimal degree to radians etc)

導入されたバージョン:
1.0

コンストラクタの概要
NumUtil()
           
 
メソッドの概要
 float Round(float Rval, int Rpl)
          Rounds a number
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NumUtil

public NumUtil()
メソッドの詳細

Round

public float Round(float Rval,
                   int Rpl)
Rounds a number

パラメータ:
Rval - number to be rounded
Rpl - number of decimal places
戻り値:
rounded number
導入されたバージョン:
0.1