#include "tfVertex.h"
#include "tfSurface.h"
#include <tuple>
Go to the source code of this file.
|
| namespace | TissueForge |
| | Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
|
| |
| namespace | TissueForge::models |
| | Application-specific Tissue Forge models and methods.
|
| |
◆ edgeStrain()
Calculate the strain in a edge defined by two vertices.
- Parameters
-
| v1 | first vertex |
| v2 | second vertex |
◆ vertexStrain()
| FMatrix3 TissueForge::models::vertex::vertexStrain |
( |
const VertexHandle & | v | ) |
|
Calculate the strain in a vertex.
Uses a weighted average of edge strains, with a preference for closer measurements.
- Parameters
-