25#ifndef _MODELS_VERTEX_SOLVER_TFMESH_METRICS_H_
26#define _MODELS_VERTEX_SOLVER_TFMESH_METRICS_H_
35namespace TissueForge::models::vertex {
Definition tfMatrix3.h:35
A handle to a Vertex.
Definition tfVertex.h:493
FMatrix3 vertexStrain(const VertexHandle &v)
Calculate the strain in a vertex.
FMatrix3 edgeStrain(const VertexHandle &v1, const VertexHandle &v2)
Calculate the strain in a edge defined by two vertices.