mathnet-spatial icon indicating copy to clipboard operation
mathnet-spatial copied to clipboard

Matrix2D does not have Translate and other operations, only Rotation

Open Cloudmersive opened this issue 4 years ago • 1 comments

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.

Cloudmersive avatar Jul 12 '19 21:07 Cloudmersive

You can't translate or scale a Matrix2D, this was used for rotations. A better name would be RotationMatrix2D.

jkalias avatar Apr 13 '23 12:04 jkalias