diff options
| author | jussi | 2023-05-01 22:38:59 +0300 |
|---|---|---|
| committer | jussi | 2023-05-01 22:38:59 +0300 |
| commit | cf92c94097e1e8ce61a6bc73671be4ee5e229571 (patch) | |
| tree | c0f544aa91d2589b8b1e2808503cb82a226ed22e /include | |
| parent | f7a42189f054c8d81c24c8ea395d0818bb524c61 (diff) | |
| download | reilua-enhanced-cf92c94097e1e8ce61a6bc73671be4ee5e229571.tar.gz reilua-enhanced-cf92c94097e1e8ce61a6bc73671be4ee5e229571.tar.bz2 reilua-enhanced-cf92c94097e1e8ce61a6bc73671be4ee5e229571.zip | |
Vector3RotateByAxisAngle was not connected.
Diffstat (limited to 'include')
| -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 ); |
