* Computes the total angle defect of the mesh. * * Input: * Returns: The total angle defect */
| 212 | * Returns: The total angle defect |
| 213 | */ |
| 214 | double VertexPositionGeometry::totalAngleDefect() const { |
| 215 | |
| 216 | // TODO |
| 217 | return 0; // placeholder |
| 218 | } |
| 219 | |
| 220 | /* |
| 221 | * Computes the (integrated) scalar mean curvature at a vertex. |