Open Cloudmersive opened 5 years ago
Would really expected Matrix2D to have all of the other basic operations such as Translate, Scale, etc. Without it you cannot rotate around an arbitrary point, etc.
You can't translate or scale a Matrix2D, this was used for rotations. A better name would be RotationMatrix2D.
Matrix2D
RotationMatrix2D
Would really expected Matrix2D to have all of the other basic operations such as Translate, Scale, etc. Without it you cannot rotate around an arbitrary point, etc.