Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove
std::pow
calls from BoundingBox::ComputeCorners()
The use of `std::bitset` is a bit clearer in this case, it may be slightly faster than those `std::pow` calls, and it takes away the need to do static_cast's.
- Loading branch information