Rework `BoundingBox` Shared Methods
hammy275 opened this issue ยท 0 comments
BoundingVox
has an unimplemented function that both AABB
and OBB
implement. However, AABB
's has a different name in prod, while OBB
's doesn't, since the former is part of Minecraft, while the latter isn't. Assuming this doesn't already cause problems, it likely will in the future, so I think it makes sense to remove the convenience functions, and require using asAABB()
or asOBB()
to do anything.