diff options
Diffstat (limited to 'include/rmath.h')
| -rw-r--r-- | include/rmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |
