Fix typos in src/Base

This commit is contained in:
luz.paz
2019-07-19 15:18:54 -04:00
committed by wmayer
parent 3a1a6eb7d8
commit e9caeef557
3 changed files with 8 additions and 8 deletions

View File

@@ -951,7 +951,7 @@ Matrix4D& Matrix4D::Hat(const Vector3d& rV)
int Matrix4D::hasScale(double tol) const {
// check for uniform scaling
//
// scaling factors are the colum vector length. We use square distance and
// scaling factors are the column vector length. We use square distance and
// ignore the actual scaling signess
//
if(!tol)