|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.collision.bih.BIHTriangle
public final class BIHTriangle
コンストラクタの概要 | |
---|---|
BIHTriangle(Vector3f p1,
Vector3f p2,
Vector3f p3)
|
メソッドの概要 | |
---|---|
Vector3f |
get1()
|
Vector3f |
get2()
|
Vector3f |
get3()
|
Vector3f |
getCenter()
|
float |
getExtreme(int axis,
boolean left)
|
Vector3f |
getNormal()
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BIHTriangle(Vector3f p1, Vector3f p2, Vector3f p3)
メソッドの詳細 |
---|
public Vector3f get1()
public Vector3f get2()
public Vector3f get3()
public Vector3f getCenter()
public Vector3f getNormal()
public float getExtreme(int axis, boolean left)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |