Mesh.edge_vector

Mesh.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.