public class BVIntersectorTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
EPS |
Constructor and Description |
---|
BVIntersectorTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
test() |
void |
testMeshIntersection(PolygonalMesh mesh1) |
void |
testMeshIntersection(PolygonalMesh mesh1,
BVTree bvh1,
PolygonalMesh mesh2,
BVTree bvh2,
RigidTransform3d X1W,
RigidTransform3d X2W) |
void |
testPlaneIntersection(PolygonalMesh mesh) |
void |
testPlaneIntersection(PolygonalMesh mesh,
BVTree bvh,
Plane plane) |
void |
testPlaneIntersection(PolygonalMesh mesh,
BVTree bvh,
RigidTransform3d XMW) |
void |
timeMeshIntersection(PolygonalMesh mesh1) |
void |
timing() |
public static final double EPS
public void testMeshIntersection(PolygonalMesh mesh1, BVTree bvh1, PolygonalMesh mesh2, BVTree bvh2, RigidTransform3d X1W, RigidTransform3d X2W)
public void testMeshIntersection(PolygonalMesh mesh1)
public void timeMeshIntersection(PolygonalMesh mesh1)
public void testPlaneIntersection(PolygonalMesh mesh, BVTree bvh, Plane plane)
public void testPlaneIntersection(PolygonalMesh mesh, BVTree bvh, RigidTransform3d XMW)
public void testPlaneIntersection(PolygonalMesh mesh)
public void timing()
public void test()
public static void main(java.lang.String[] args)