|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.scene.Mesh
com.jme3.scene.shape.Line
public class Line
A simple line implementation with a start and an end.
入れ子のクラスの概要 |
---|
クラス com.jme3.scene.Mesh から継承された入れ子のクラス/インタフェース |
---|
Mesh.Mode |
コンストラクタの概要 | |
---|---|
Line()
|
|
Line(Vector3f start,
Vector3f end)
|
メソッドの概要 | |
---|---|
Vector3f |
getEnd()
|
Vector3f |
getStart()
|
void |
read(JmeImporter im)
|
void |
updatePoints(Vector3f start,
Vector3f end)
Update the start and end points of the line. |
void |
write(JmeExporter ex)
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Line()
public Line(Vector3f start, Vector3f end)
メソッドの詳細 |
---|
public void updatePoints(Vector3f start, Vector3f end)
public Vector3f getEnd()
public Vector3f getStart()
public void write(JmeExporter ex) throws java.io.IOException
Savable
内の write
Mesh
内の write
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
Savable
内の read
Mesh
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |