diff options
| author | jussi | 2022-08-19 14:17:00 +0300 |
|---|---|---|
| committer | jussi | 2022-08-19 14:17:00 +0300 |
| commit | 8972ac89f4cafbf9c2305222e61ba067f51eec75 (patch) | |
| tree | 21ed6aa3399dbd254bb2e3634b20eeebdef90c60 /include/rmath.h | |
| parent | 49f1dad6b9deeb769e384ae547fca9f64b90bf79 (diff) | |
| download | reilua-enhanced-8972ac89f4cafbf9c2305222e61ba067f51eec75.tar.gz reilua-enhanced-8972ac89f4cafbf9c2305222e61ba067f51eec75.tar.bz2 reilua-enhanced-8972ac89f4cafbf9c2305222e61ba067f51eec75.zip | |
Removed MatrixNormalize. Fixed API and readme.
Diffstat (limited to 'include/rmath.h')
| -rw-r--r-- | include/rmath.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rmath.h b/include/rmath.h index 1200fc6..10df152 100644 --- a/include/rmath.h +++ b/include/rmath.h @@ -62,7 +62,6 @@ int lmathMatrixDeterminant( lua_State *L ); int lmathMatrixTrace( lua_State *L ); int lmathMatrixTranspose( lua_State *L ); int lmathMatrixInvert( lua_State *L ); -int lmathMatrixNormalize( lua_State *L ); int lmathMatrixIdentity( lua_State *L ); int lmathMatrixAdd( lua_State *L ); int lmathMatrixSubtract( lua_State *L ); |
