wlenthe

Results 4 comments of wlenthe

The biggest hurdle in getting this ported to the current branch is that the algorithm requires a dynamic mesh data structure to be tractable. This is a bit painful to...

currently the for loop in _calcQuatNearestOrigin only checks if the equivalent quat for the current symmetry operator is closer but it should also check if the equivalent quat is equally...

It turns out the Bruce Dawson recognized the same issue and has an [updated version of the code](https://randomascii.wordpress.com/2012/02/25/comparing-floating-point-numbers-2012-edition/) . Since it is only currently used in 1 place (that isn't...

The updated DataFusion tests were written with this pull request implemented and will build correctly when it is merged (I didn't realize it was part of the nightly, sorry). In...