mirror of
https://github.com/recp/cglm.git
synced 2025-12-26 10:35:10 +00:00
remove unused params from docs
This commit is contained in:
@@ -718,7 +718,6 @@ glm_quat_for(vec3 dir, vec3 up, versor dest) {
|
||||
*
|
||||
* @param[in] from source point
|
||||
* @param[in] to destination point
|
||||
* @param[in] fwd forward vector
|
||||
* @param[in] up up vector
|
||||
* @param[out] dest destination quaternion
|
||||
*/
|
||||
|
||||
@@ -437,7 +437,6 @@ glms_quat_look(vec3s eye, versors ori) {
|
||||
* @brief creates look rotation quaternion
|
||||
*
|
||||
* @param[in] dir direction to look
|
||||
* @param[in] fwd forward vector
|
||||
* @param[in] up up vector
|
||||
* @returns destination quaternion
|
||||
*/
|
||||
@@ -455,7 +454,6 @@ glms_quat_for(vec3s dir, vec3s up) {
|
||||
*
|
||||
* @param[in] from source point
|
||||
* @param[in] to destination point
|
||||
* @param[in] fwd forward vector
|
||||
* @param[in] up up vector
|
||||
* @returns destination quaternion
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user