|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.scene.control.AreaUtils
public class AreaUtils
AreaUtils
is used to calculate the area of various objects, such as bounding volumes. These
functions are very loose approximations.
コンストラクタの概要 | |
---|---|
AreaUtils()
|
メソッドの概要 | |
---|---|
static float |
calcScreenArea(BoundingVolume bound,
float distance,
float screenWidth)
calcScreenArea -- in Pixels Aproximates the screen area of a bounding volume. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AreaUtils()
メソッドの詳細 |
---|
public static float calcScreenArea(BoundingVolume bound, float distance, float screenWidth)
bound
- The bounds to calculate the volume from.distance
- The distance from camera to object.screenWidth
- The width of the screen.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |