Comment fix

This commit is contained in:
Nikita Lisitsa 2023-01-15 22:41:51 +03:00
parent e83df0d965
commit 3ed7f142d7

View file

@ -34,7 +34,7 @@ namespace psemek::geom
void fill_matrix(Matrix & m) const;
};
// 3N-rotation around an axis
// 3D-rotation around an axis
template <typename T>
struct axis_rotation
{