From 2df55d47eae26dcfa4f05c2e7278af910d1efc1f Mon Sep 17 00:00:00 2001 From: "Brian T. Rice" Date: Fri, 19 Apr 2024 12:46:35 -0700 Subject: [PATCH] Updated the cutoff geometry ASCII art comment with extended characters and more generic labels. --- SlideRule.py | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/SlideRule.py b/SlideRule.py index 03c6c60..10c7fb3 100755 --- a/SlideRule.py +++ b/SlideRule.py @@ -343,22 +343,21 @@ def cutoff_outline(self, y_off): ~Cute~little~visualization~ - 0 240 480 - | | | - 1 -0 - ----- - | | - | | - 4> | | <6 - | | - | | - 2 | | -1120 - ----- | - 5> | | - | | - --------- - 3 -1600 - | | | + x_left x_mid x_right + 0 ↓ ↓ ↓ + ↓ 1↓ ← 0 + ┌────┐ ← y_top + | | + | | + 4→ | | ←6 + | | + | | + 2↓ | | + ┌────┘ | ← y_mid + 5→ | | + | | + └─────────┘ ← y_bottom + 3↑ ← side_h """ side_h = self.side_h cutoff_w = self.cutoff_w