Small change in PolyhedronMesh

This commit is contained in:
Daniel Chappuis 2021-09-02 21:10:57 +02:00
parent e229cc9b4b
commit d614187c95

View File

@ -199,7 +199,7 @@ void PolyhedronMesh::computeCentroid() {
mCentroid += getVertex(v);
}
mCentroid /= getNbVertices();
mCentroid /= static_cast<decimal>(getNbVertices());
}
// Compute and return the area of a face