indentation
This commit is contained in:
parent
87849132d1
commit
c30153c554
11
notes.txt
11
notes.txt
@ -30,7 +30,7 @@ ends of A<->B cross the line, but "swallow" a few more in between:
|
|||||||
/ / B\ | _ __
|
/ / B\ | _ __
|
||||||
----/ / | | / \ / \
|
----/ / | | / \ / \
|
||||||
/ ,____/ | |___/ \___/A |
|
/ ,____/ | |___/ \___/A |
|
||||||
/ B| \_________________|
|
/ B| \_________________|
|
||||||
|
|
|
|
||||||
|
|
||||||
|
|
||||||
@ -48,17 +48,16 @@ but they will be eliminated by joining A and B anyway.
|
|||||||
Also, there is another way to remove self-crossing, without removing most of
|
Also, there is another way to remove self-crossing, without removing most of
|
||||||
the bend. E.g. from:
|
the bend. E.g. from:
|
||||||
|
|
||||||
|
\ \
|
||||||
\ \
|
B\ | __
|
||||||
B\ | __
|
|
||||||
| | / \
|
| | / \
|
||||||
| |____/A |
|
| |____/A |
|
||||||
\__________|
|
\__________|
|
||||||
|
|
||||||
To:
|
To:
|
||||||
|
|
||||||
\ \_
|
\ \_
|
||||||
B\ `-,_.__
|
B\ `-,_.__
|
||||||
| A' \
|
| A' \
|
||||||
| |
|
| |
|
||||||
\__________|
|
\__________|
|
||||||
|
Loading…
Reference in New Issue
Block a user