DarkRadiant: master 7bc08e69

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 15.04.2021 19:53 master ba9e5bba
Changeset Slight refactor of Vector3::angle()

Use std::clamp() instead of manual logic to clamp the dot product to [-1, 1];
skip the second template parameter.
mod - libs/math/Vector3.h Diff File
mod - plugins/script/interfaces/MathInterface.cpp Diff File