changing from mat4 to mat3

This commit is contained in:
duarm
2023-12-06 16:33:44 -03:00
parent de80b8325f
commit c1d78d835b
5 changed files with 6 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ Functions documentation
| *[in]* **aabb** bounding box
| *[out]* **dest** destination
.. c:function:: void glm_aabb2d_transform(vec2 aabb[2], mat4 m, vec2 dest[2])
.. c:function:: void glm_aabb2d_transform(vec2 aabb[2], mat3 m, vec2 dest[2])
| apply transform to Axis-Aligned Bounding Box