Fix function declaration, extend math test

This commit is contained in:
2025-02-03 08:26:10 +03:00
parent 3e6e7a9b86
commit f86f1f4f74
2 changed files with 166 additions and 1 deletions

View File

@@ -1235,7 +1235,7 @@ void BH_Mat4fApplyVec4f(const float *a,
* \param b B 3D vector
* \param out Output 3D vector
*/
void BH_Mat4fApplyVec4f(const float *a,
void BH_Mat4fApplyVec3f(const float *a,
const float *b,
float *out);