pub fn moore_curve(order: u32) -> Vec<Vec2>
Moore curve: the closed variant of the Hilbert curve (last point adjacent to the first), unit grid steps.
Panics unless 1 <= order <= 8.
1 <= order <= 8