AABB({ Vec3? upperBound, Vec3? lowerBound }) { if(lowerBound != null){ this.lowerBound.copy(lowerBound); } if(upperBound != null){ this.upperBound.copy(upperBound); } }