intersectsBox method

dynamic intersectsBox(
  1. Box3 box
)

Implementation

intersectsBox(Box3 box) {
  return box.intersectsTriangle(this);
}