|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.scene.Mesh
com.jme3.scene.debug.Arrow
public class Arrow
The Arrow
debug shape represents an arrow.
An arrow is simply a line going from the original toward an extent
and at the tip there will be triangle-like shape.
入れ子のクラスの概要 |
---|
クラス com.jme3.scene.Mesh から継承された入れ子のクラス/インタフェース |
---|
Mesh.Mode |
コンストラクタの概要 | |
---|---|
Arrow()
Serialization only. |
|
Arrow(Vector3f extent)
Creates an arrow mesh with the given extent. |
メソッドの概要 | |
---|---|
void |
setArrowExtent(Vector3f extent)
Sets the arrow's extent. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Arrow()
public Arrow(Vector3f extent)
extent
- Extent of the arrow from originメソッドの詳細 |
---|
public void setArrowExtent(Vector3f extent)
extent
- the arrow's extent.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |