libgdx API

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 java.lang.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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)