Added matrix/vector multiplication

felipesanches-svg
Marius Kintel 2012-02-17 20:50:26 +01:00
parent 0652317066
commit f615f3a5e1
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Features:
o Snappier GUI while performing CGAL computations (computations running in separate thread)
o The size of the misc. caches can now be adjusted from Preferences
o The limit for when to disable OpenCSG can now be adjusted from Preferences
o Added Dot product operator: vec * vec
o Added Matrix multiplication operator: vec * mat, mat * mat
Bugfixes:
o use'ing an non-existing file sometimes crashed under Windows