org.openmali.spatial.octree.triangle
Class TriangleOctree

java.lang.Object
  extended by org.openmali.spatial.octree.triangle.TriangleOctree

public class TriangleOctree
extends java.lang.Object

Specialized octree for handling large amounts of triangles in the straight vertex format. If you are using BY-REF geometry then you can pass the float array right in.

Author:
David Yazel, Marvin Froehlich (aka Qudus) [code cleaning]

Constructor Summary
TriangleOctree()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TriangleOctree

public TriangleOctree()