V-Wong/CubeSimRS

Refactor GeoCube with unsigned integers

stanleydesu opened this issue · 1 comments

The implementation of GeoCube currently features many i32s, where u32s would be more appropriate, such as the size field in the GeoCube struct, and other mentions of size as a parameter.
A better semantically-typed solution would be preferred here.

Agree, will work on making these changes.