mirror of https://github.com/mosra/magnum.git
Browse Source
So you can now write
mat = {};
vec = {};
instead of
mat = Matrix3();
vec = Vector2();
vectorfields
4 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue