mathnet / mathnet-spatial

Math.NET Spatial
http://spatial.mathdotnet.com
MIT License
378 stars 133 forks source link

Matrix2D does not have Translate and other operations, only Rotation #170

Open Cloudmersive opened 5 years ago

Cloudmersive commented 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.

jkalias commented 1 year ago

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