Lines and Intersection

horizontal lines vertical lines slanted lines low angle slanted lines bended lines perpendiular corners side intersect crossing rounded corners rounded bends sharp bends slanted round side intersections sharp and acute angle intersection rounded acute corners
# #![allow(unused_variables)]
# 
#fn main() {
    



## Lines and Intersection


```bob
    -------------- horizontal lines
       |
       |  vertical lines
       |
       |
                 /
    \           /
     \         /  slanted lines
      \       /
       \
                 
    .           ,'
     `.       ,'  low angle slanted lines
       `.   ,'
         `.

    
    \            bended lines
     '----.
           \
            '----
       
    
    perpendiular corners

    |      |   
    +--  --+     +--  --+
                 |      |

    side intersect

     |      |
     +--  --+ 
     |      | 


     crossing

        |   \/   \|/
       -+-  /\   -.-   
        |        /|\
       
        
       rounded corners      
     .- -.    |     |
     |   |    '-   -'

        .-   -.  .-.       
        '-   -'  | |  | |  
                      '-'

     rounded bends

      \      |    /  |
       .     '   '   .
       |    /    |    \ 

        \    / 
         .  .
        /    \

    sharp bends
       \
       /

       /
       \

    slanted round side intersections

       /      \
      '--    --'
     /          \

       /   \
    --'     '--
     /       \

                       \         /
       --.--  --.--   --.--   --.--
        /        \     


    sharp and acute angle intersection

       .    .    .    .
      /|    |\   |\  /|
                 | \/ |
                 | /\ |
      \|   |/    |/  \|
       '   '     '    '

        |   |
        .   .
       /|   |\ 

        |
        .
       / \

       \|/
        .
       /|\

       
       \|/
      --.--
       /|\

       \|/
      --+--
       /|\
        
        |/  \|
        .    .
        |    |

    
    rounded acute corners

       -.  -.
       /     \

        .-  .-
       /     \

      
       /   /     \    \
      '-  '-------'   -'

```

{{#playpen Lines_and_Intersections.md}}

#}