|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--com.jblend.graphics.j3d.Util3D
ユーティリティクラス。
メソッドの概要 | |
static int |
cos(int a)
余弦を計算する。 |
static int |
sin(int a)
正弦を計算する。 |
static int |
sqrt(int x)
平方根を計算する。 |
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public static final int sqrt(int x)
x
- 対象となる値public static final int sin(int a)
a
- 角度(4096分円単位)public static final int cos(int a)
a
- 角度(4096分円単位)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |