| 85 | } |
| 86 | |
| 87 | double calcPathLength( const EdgePath & path, const Mesh & mesh ) |
| 88 | { |
| 89 | return calcPathMetric( path, edgeLengthMetric( mesh ) ); |
| 90 | } |
| 91 | |
| 92 | Vector3d calcOrientedArea( const EdgeLoop & loop, const Mesh & mesh ) |
| 93 | { |
no test coverage detected