1
0
Fork 0

Moved Vertex operations to Functions in graph module documentation

This commit is contained in:
Michael Hackstein 2014-06-17 11:23:12 +02:00
parent 0ad502651d
commit d4ad788710
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
Write Intro!
!SECTION Get vertices from edges.
!SUBSECTION Get vertex *from* of an edge
<!-- @startDocuBlock JSF_general_graph_getFromVertex -->
!SUBSECTION Get vertex *to* of an edge
<!-- @startDocuBlock JSF_general_graph_getToVertex -->
!SECTION Some Methods
```javascript