mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 02:25:02 +00:00
tests: add a few test for mat4
This commit is contained in:
@@ -446,6 +446,9 @@ glm_mat4_quat(mat4 m, versor dest) {
|
||||
/*!
|
||||
* @brief multiply vector with mat4
|
||||
*
|
||||
* actually the result is vec4, after multiplication the last component
|
||||
* is trimmed. if you need it don't use this func.
|
||||
*
|
||||
* @param[in] m mat4(affine transform)
|
||||
* @param[in] v vec3
|
||||
* @param[in] last 4th item to make it vec4
|
||||
|
||||
Reference in New Issue
Block a user