Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove pow, add constexpr to variable BSplineTransformInitializer
Using left-shift instead of `std::pow(2, x)` allows the local variable `BSplineTransformDomainEpsilon` to be declared `constexpr`.
- Loading branch information