DarkRadiant: master af675bef
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
orbweaver | orbweaver | master | 24.03.2021 20:25 | master 7f14d555 |
Changeset | Move clipping functions out of Matrix4 clipPoint/clipTriangle/clipLine are utility functions that use a Matrix4 to transform points, but do not access any private members of Matrix4 and therefore do not need to be methods. These are now free functions in the BestPoint.h header, near to the code which is using them (here and in SelectionVolume.h). |
|||
mod - libs/math/Matrix4.cpp | Diff File | |||
mod - libs/math/Matrix4.h | Diff File | |||
mod - libs/selection/BestPoint.h | Diff File | |||
mod - libs/selection/SelectionVolume.h | Diff File |