adriengivry / Overload

3D game engine with lua scripting
https://overloadengine.org/
MIT License
1.81k stars 227 forks source link

Missing documentation for `GetMinor` in `Matrix4` #259

Open adriengivry opened 1 year ago

adriengivry commented 1 year ago

The documentation (GitHub Wiki) is missing GetMinor

adriengivry commented 1 year ago

I think the GetMinor/Minor implement of Matrix3 and Matrix4 should get revised. The Matrix4 GetMinor static method should take a Matrix4 as an input. And the current GetMinor implement for Matrix4 should end up in Matrix3.