|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmali.collision.PolygonCollision
public abstract class PolygonCollision
| Constructor Summary | |
|---|---|
PolygonCollision()
|
|
| Method Summary | |
|---|---|
static boolean |
contains(Tuple2f[] data,
Tuple2f point)
|
static boolean |
contains(Tuple3f[] data,
Tuple2f point)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolygonCollision()
| Method Detail |
|---|
public static boolean contains(Tuple2f[] data,
Tuple2f point)
data - The polygon datapoint - The point to test
public static boolean contains(Tuple3f[] data,
Tuple2f point)
data - The polygon datapoint - The point to test
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||