Vector3RotateByAxisAngle was not connected.

This commit is contained in:
jussi
2023-05-01 22:38:59 +03:00
parent f7a42189f0
commit cf92c94097
4 changed files with 5 additions and 0 deletions

View File

@@ -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 );