com.badlogic.gdx.math
Class Intersector.SplitTriangle

java.lang.Object
  extended by com.badlogic.gdx.math.Intersector.SplitTriangle
Enclosing class:
Intersector

public static class Intersector.SplitTriangle
extends Object


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
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

front

public float[] front

back

public float[] back

numFront

public int numFront

numBack

public int numBack

total

public int total
Constructor Detail

Intersector.SplitTriangle

public Intersector.SplitTriangle(int numAttributes)
Creates a new instance, assuming numAttributes attributes per triangle vertex.

Parameters:
numAttributes - must be >= 3
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.