Weekly misc. typo fixes

This commit is contained in:
luz.paz
2018-03-05 09:25:42 -05:00
parent 6d54cc57b1
commit bb9d49dd18
6 changed files with 6 additions and 6 deletions

View File

@@ -240,7 +240,7 @@ bool MeshTrimming::GetIntersectionPointsOfPolygonAndFacet(unsigned long ulIndex,
float fP3P4 = (float)(P4-P3).Length();
float fSP3 = (float)(P3-S).Length();
float fSP4 = (float)(P4-S).Length();
// compute propotion of length
// compute proportion of length
float l = fSP1 / fP1P2;
float m = fSP2 / fP1P2;