[instancer.solver] Improve diagram for a case

This commit is contained in:
Behdad Esfahbod 2022-08-11 11:34:21 -06:00
parent 3bdfb3e205
commit bce11dfc85

View File

@ -45,8 +45,8 @@ def _solve(tent, axisLimit, negative=False):
# / \ # / \
# /| \ # /| \
# / | \ # / | \
# 0---|-----------|----------- o | o----1 # 0--------------------------- o | o----1
# axisMin axisDef lower | upper # lower | upper
# | # |
# axisMax # axisMax
# #
@ -57,8 +57,8 @@ def _solve(tent, axisLimit, negative=False):
# o peak # o peak
# /| # /|
# /x| # /x|
# 0---|-----------|----------- o o upper ----1 # 0--------------------------- o o upper ----1
# axisMin axisDef lower | # lower |
# | # |
# axisMax # axisMax
if axisMax < peak: if axisMax < peak: