Closed hhirtz closed 2 years ago
Base: 51.96% // Head: 51.41% // Decreases project coverage by -0.54%
:warning:
Coverage data is based on head (
f07118b
) compared to base (6b9f9cd
). Patch coverage: 30.18% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The 3D implementation needs a smaller lookup table, because there is twice as many configurations to go from an order to the next. Therefore, the LUT allow for only 3 bit to be computed at a time (instead of 6). Its layout is similar however, configurations are encoded on 3 bits instead of 2.
To prevent trait implementation conflicts, HilbertCurve can only implement Partition for &[PointND] instead of all P: AsRef<[_]>.
cube split in 5 equal parts