From 40e48852b8f676323ab393007d1700d08c8f0c35 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Mon, 9 Jan 2017 12:50:00 -0800 Subject: [PATCH] Updated Spiral Topography (markdown) --- Spiral-Topography.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spiral-Topography.md b/Spiral-Topography.md index 420806b..ac47bc3 100644 --- a/Spiral-Topography.md +++ b/Spiral-Topography.md @@ -75,7 +75,7 @@ const uint16_t Rings[] = {0, 1, 7, 19, 35, 59, 119}; // required, include the st NeoSpiralTopology topo(Rings, sizeof(Rings) / sizeof(Rings[0])); ``` ### And the Final NeoSpiralTopology class is -Merge and modify the code above into one class and you get... +We need to add support for a few handy property access to get the ring count and pixel count on a ring. Also include the standard topology probe method that can return an out of bounds values as the normal map method will always return a valid value. Then merge and modify the code above into one class and you get the following ... ``` class NeoSpiralTopology { public: