|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.math.Intersector.SplitTriangle
public static class Intersector.SplitTriangle
Field Summary | |
---|---|
float[] |
back
|
float[] |
front
|
int |
numBack
|
int |
numFront
|
int |
total
|
Constructor Summary | |
---|---|
Intersector.SplitTriangle(int numAttributes)
Creates a new instance, assuming numAttributes attributes per triangle vertex. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public float[] front
public float[] back
public int numFront
public int numBack
public int total
Constructor Detail |
---|
public Intersector.SplitTriangle(int numAttributes)
numAttributes
- must be >= 3Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |