- tessellationrecord
tessellation contains point and adjacency information for a tessellated-plane; as well as start and end nodes.
- points
- The points in the tessellation
- neighbors
- The adjacency information for points
- start
- The start node for the problem
- end
- The end node for the problem
(define-record-and-printer tessellation R-object points neighbors start end)