BaseMesh.edge_vector
-
BaseMesh.
edge_vector
(u, v)[source] Return the vector of an edge.
- Parameters
u (int) – The key of the start vertex.
v (int) – The key of the end vertex.
- Returns
list – The vector from u to v.
BaseMesh.
edge_vector
(u, v)[source]Return the vector of an edge.
u (int) – The key of the start vertex.
v (int) – The key of the end vertex.
list – The vector from u to v.