typo in comment

This commit is contained in:
Paolo Cignoni 2020-08-21 08:38:30 +02:00
parent 3932ce448b
commit e4a70bdf94
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ void Add( const Point3<BoxScalarType> & p, const BoxScalarType radius )
max.Z() = std::max(max.Z(),p.Z()+radius);
}
}
/** Modify the current bbox to contain also the box b trasformed according to the matrix m
/** Modify the current bbox to contain also the box b transformed according to the matrix m
*/
void Add( const Matrix44<BoxScalarType> &m, const Box3<BoxScalarType> & b )
{