|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.bounding.Intersection
public class Intersection
This class includes some utility methods for computing intersection between bounding volumes and triangles.
| コンストラクタの概要 | |
|---|---|
Intersection()
|
|
| メソッドの概要 | |
|---|---|
static boolean |
intersect(BoundingBox bbox,
Vector3f v1,
Vector3f v2,
Vector3f v3)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Intersection()
| メソッドの詳細 |
|---|
public static boolean intersect(BoundingBox bbox,
Vector3f v1,
Vector3f v2,
Vector3f v3)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||