Tagged Questions
0
votes
1answer
935 views
Representing a 3D Hilbert Curve as an L-system
A 2D Hilbert curve can be represented as the following L-system:
A → -BF+AFA+FB-
B → +AF-BFB-FA+
where F denotes a step ...