public class BVTreeTest
extends java.lang.Object
Constructor and Description |
---|
BVTreeTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
test() |
void |
testContainment(MeshBase mesh) |
void |
testFeaturesBoundedByNodes(BVNode node,
double tol) |
void |
testFeaturesContainedInAncestors(BVTree bvh) |
void |
testIntersections() |
void |
testIntersectPoint(BVTree bvh) |
void |
testIntersectTree() |
void |
testIntersectTree(BVTree bvh1,
BVTree bvh2,
RigidTransform3d X21) |
void |
testUpdating(MeshBase mesh) |
public void testIntersectPoint(BVTree bvh)
public void testIntersectTree(BVTree bvh1, BVTree bvh2, RigidTransform3d X21)
public void testIntersectTree()
public void testIntersections()
public void testFeaturesContainedInAncestors(BVTree bvh)
public void testFeaturesBoundedByNodes(BVNode node, double tol)
public void testContainment(MeshBase mesh)
public void testUpdating(MeshBase mesh)
public void test()
public static void main(java.lang.String[] args)