Removed MatrixNormalize. Fixed API and readme.
This commit is contained in:
1522
include/raygui.h
1522
include/raygui.h
File diff suppressed because it is too large
Load Diff
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user