Added a warning note.
This commit is contained in:
parent
60e4cd5c2a
commit
353449ab74
@ -273,6 +273,7 @@ void Mtx_Identity(C3D_Mtx* out);
|
||||
|
||||
/**
|
||||
* @brief Multiply two matrices
|
||||
* @note Undefined behavior if arguments, out, is either a or b.
|
||||
* @param[out] out Output matrix
|
||||
* @param[in] a Multiplicand
|
||||
* @param[in] b Multiplier
|
||||
|
Loading…
Reference in New Issue
Block a user