mirror of https://github.com/mosra/magnum.git
Browse Source
Matrix3 is for 2D affine transformations, while Matrix4 is for 3D.
Returning Matrix3 would allow doing this, which isn't meaningful
operation at all:
Matrix4 transformation;
Vector2 wtf = transformation.rotationScaling().translation();
vectorfields
2 changed files with 8 additions and 8 deletions
Loading…
Reference in new issue