opengl.model.hexagon: Document vertex site order.

This commit is contained in:
Rod Kay
2023-04-28 21:57:53 +10:00
parent c6fdf17ae2
commit 1a381eb2ec

View File

@@ -6,6 +6,8 @@ is
type Item is abstract new Model.item with private;
-- Sites begin at middle right and proceed in an anti-clockwise direction.
--
subtype site_Id is Integer range 1 .. 6;
type Sites is array (site_Id) of Vector_3;