public interface BVNodeTester
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisjoint(BVNode node1,
BVNode node2,
RigidTransform3d X21)
Returns true if node1 and node2 are disjoint.
|
boolean isDisjoint(BVNode node1, BVNode node2, RigidTransform3d X21)
node1 - first bounding volume nodenode2 - second bounding volume nodeX21 - transform from the coordinate frame of node2 to the
coordinate frame of node1. If the coordinate frames are the same,
this should be set to RigidTransform3d.IDENTITY.