mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 08:41:55 +00:00
mat3x2: fix scale comment
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -133,7 +133,7 @@ glm_mat3x2_transpose(mat3x2 src, mat2x3 dest) {
|
||||
}
|
||||
|
||||
/*!
|
||||
* @brief Multiply mat2x4 (m) by scalar constant (s).
|
||||
* @brief Multiply mat3x2 (m) by scalar constant (s).
|
||||
*
|
||||
* @param[in, out] m (src, dest)
|
||||
* @param[in] s float (scalar)
|
||||
|
Reference in New Issue
Block a user