org.openmali.spatial.octree
Class OcTest

java.lang.Object
  extended by org.openmali.spatial.octree.OcTest

public class OcTest
extends java.lang.Object

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

Constructor Summary
OcTest(OcTree<org.openmali.spatial.octree.OcTest.TestObject> tree)
           
 
Method Summary
 org.openmali.spatial.octree.OcTest.TestCallback<org.openmali.spatial.octree.OcTest.TestObject> test(float x, float y, float z, float radius, float cx, float cy, float cz, float cradius)
          Inserts a node into the OcTree and then attempts to find it again.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OcTest

public OcTest(OcTree<org.openmali.spatial.octree.OcTest.TestObject> tree)
Method Detail

test

public org.openmali.spatial.octree.OcTest.TestCallback<org.openmali.spatial.octree.OcTest.TestObject> test(float x,
                                                                                                           float y,
                                                                                                           float z,
                                                                                                           float radius,
                                                                                                           float cx,
                                                                                                           float cy,
                                                                                                           float cz,
                                                                                                           float cradius)
Inserts a node into the OcTree and then attempts to find it again.

Parameters:
x -
y -
z -