mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 17:09:40 +00:00
Updated parameter name (d -> dest)
This commit is contained in:
@@ -101,7 +101,7 @@ Functions documentation
|
|||||||
Parameters:
|
Parameters:
|
||||||
| *[in]* **box** AABB
|
| *[in]* **box** AABB
|
||||||
| *[in]* **padding** padding
|
| *[in]* **padding** padding
|
||||||
| *[out]* **d** result matrix
|
| *[out]* **dest** result matrix
|
||||||
|
|
||||||
.. c:function:: void glm_ortho_aabb_pz(vec3 box[2], float padding, mat4 dest)
|
.. c:function:: void glm_ortho_aabb_pz(vec3 box[2], float padding, mat4 dest)
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@ Functions documentation
|
|||||||
Parameters:
|
Parameters:
|
||||||
| *[in]* **box** AABB
|
| *[in]* **box** AABB
|
||||||
| *[in]* **padding** padding for near and far
|
| *[in]* **padding** padding for near and far
|
||||||
| *[out]* **d** result matrix
|
| *[out]* **dest** result matrix
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
square of norm / magnitude
|
square of norm / magnitude
|
||||||
|
Reference in New Issue
Block a user