From f615f3a5e1344bbb05f56614d959fdb2779e164c Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Fri, 17 Feb 2012 20:50:26 +0100 Subject: Added matrix/vector multiplication diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 8d66ad9..a78fa7b 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -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 -- cgit v0.10.1