DarkRadiant: master 92b0103a

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 04.04.2021 12:05 master 820ee776
Changeset Improve and test Vector3 scalar multiplication

operator* is now a non-member function, and can apply the multiplication in
either order (v*s or s*v).
mod - libs/math/Vector4.h Diff File
mod - test/math/Vector.cpp Diff File