intersectsBox3 method
dynamic
intersectsBox3(
- dynamic box3
Implementation
intersectsBox3(box3) {
return this.intersectsOBB(obb.fromBox3(box3));
}
intersectsBox3(box3) {
return this.intersectsOBB(obb.fromBox3(box3));
}