From cf92c94097e1e8ce61a6bc73671be4ee5e229571 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 1 May 2023 22:38:59 +0300 Subject: Vector3RotateByAxisAngle was not connected. --- include/rmath.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rmath.h') diff --git a/include/rmath.h b/include/rmath.h index fa9ab16..206af6e 100644 --- a/include/rmath.h +++ b/include/rmath.h @@ -61,6 +61,7 @@ int lmathVector3Normalize( lua_State *L ); int lmathVector3OrthoNormalize( lua_State *L ); int lmathVector3Transform( lua_State *L ); int lmathVector3RotateByQuaternion( lua_State *L ); +int lmathVector3RotateByAxisAngle( lua_State *L ); int lmathVector3Lerp( lua_State *L ); int lmathVector3Reflect( lua_State *L ); int lmathVector3Min( lua_State *L ); -- cgit v1.2.3