Skip to content

Commit

Permalink
Updated the cutoff geometry ASCII art comment with extended character…
Browse files Browse the repository at this point in the history
…s and more generic labels.
  • Loading branch information
briantrice committed Apr 19, 2024
1 parent 4bd15c2 commit 2df55d4
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions SlideRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2df55d4

Please sign in to comment.