From 631cea6aa7510ba53d4f14b5537e1719a72976b9 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 24 Feb 2024 18:09:53 +0200 Subject: Rest of rlgl and raymath functions. --- include/rmath.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rmath.h') diff --git a/include/rmath.h b/include/rmath.h index 26642d9..9dd8482 100644 --- a/include/rmath.h +++ b/include/rmath.h @@ -58,6 +58,8 @@ int lmathVector3Angle( lua_State* L ); int lmathVector3Negate( lua_State* L ); int lmathVector3Divide( lua_State* L ); int lmathVector3Normalize( lua_State* L ); +int lmathVector3Project( lua_State* L ); +int lmathVector3Reject( lua_State* L ); int lmathVector3OrthoNormalize( lua_State* L ); int lmathVector3Transform( lua_State* L ); int lmathVector3RotateByQuaternion( lua_State* L ); -- cgit v1.2.3