[instancer.solver] Improve diagram for a case
This commit is contained in:
parent
3bdfb3e205
commit
bce11dfc85
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user