[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
# axisMin axisDef lower | upper
# 0--------------------------- o | o----1
# lower | upper
# |
# axisMax
#
@ -57,8 +57,8 @@ def _solve(tent, axisLimit, negative=False):
# o peak
# /|
# /x|
# 0---|-----------|----------- o o upper ----1
# axisMin axisDef lower |
# 0--------------------------- o o upper ----1
# lower |
# |
# axisMax
if axisMax < peak: