DarkRadiant: master 71c0050c

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 04.04.2021 12:32 master 72450cf6
Changeset Simplify Vector3 addition operators

Operators are now non-member functions, and no longer have a separate template
type for the second vector (this would prevent adding a BasicVector3<double> to
a BasicVector3<float>, but it does not seem that we have any code which needs
to do this).
mod - libs/math/Vector3.h Diff File
mod - test/math/Vector.cpp Diff File