mikepound / cubes

This code calculates all the variations of 3D polycubes for any size (time permitting!)
MIT License
165 stars 42 forks source link

Trying a way to compare cube rotations #10

Closed GomideLeo closed 1 year ago

GomideLeo commented 1 year ago

Created a signature for each polycube in a rotation set so that it is possible to consistently choose the same rotation(s) if different polycube orientations of the same polycube are given. Two orientations might have the same signature, and will both be considered in this case.

mikepound commented 1 year ago

Looks good! Could you move this PR to the new repo, because of the sudden interest I've created a new one for these kinds of pull requests:

https://github.com/mikepound/opencubes

Hopefully with more maintainers we can manage the requests from numerous contributors.