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