Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. - advect points, transform from / to
  2. - convert path to directed segments
  3. - undirected segments as a plot
  4. - directed segments (arrows) as a plot
  5. - restoring a path from undirected segments
  6. - restoring a path from directed segments
  7.  
  8.  
  9. Graphics wise and aesthetics wise we always end up with the explicit form, so separate the set of edges as identifiers (possibly ordered) from the
  10. functions that get their vertex ids and then their coordinates completely.
  11.  
  12. Do we want:
  13.  
  14. get_x0y0_from_edge
  15. get_x1y1_from_edge
  16.  
  17. segments(x0y0, x1y1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement