mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +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, out] m (src, dest)
|
||||||
* @param[in] s float (scalar)
|
* @param[in] s float (scalar)
|
||||||
|
|||||||
Reference in New Issue
Block a user