Fixing typos in comments in AffineParts.h file (#2407)

Signed-off-by: jwlodek <jakub.wlodek@stonybrook.edu>
This commit is contained in:
Jakub Wlodek
2021-07-28 11:56:46 -04:00
committed by GitHub
parent d38f17131e
commit a7b613d388
+2 -2
View File
@@ -20,11 +20,11 @@ struct AffineParts
Vec3 scale; //!< Stretch factors.
float fDet; //!< Sign of determinant.
/** Decompose matrix to its affnie parts.
/** Decompose matrix to its affine parts.
*/
void Decompose(const Matrix34& mat);
/** Decompose matrix to its affnie parts.
/** Decompose matrix to its affine parts.
Assume there`s no stretch rotation.
*/
void SpectralDecompose(const Matrix34& mat);