mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
newlines
This commit is contained in:
@@ -268,4 +268,3 @@ glm_aabb2d_contains(vec2 aabb[2], vec2 other[2]) {
|
||||
}
|
||||
|
||||
#endif /* cglm_aabb2d_h */
|
||||
|
||||
|
@@ -87,5 +87,3 @@ glmc_aabb2d_circle(vec2 aabb[2], vec3 s);
|
||||
}
|
||||
#endif
|
||||
#endif /* cglmc_aabb2d_h */
|
||||
|
||||
|
||||
|
@@ -76,4 +76,3 @@ glmc_aabb_sphere(vec3 box[2], vec4 s);
|
||||
}
|
||||
#endif
|
||||
#endif /* cglmc_box_h */
|
||||
|
||||
|
@@ -37,5 +37,3 @@ glmc_pickmatrix(vec2 center, vec2 size, vec4 vp, mat4 dest);
|
||||
}
|
||||
#endif
|
||||
#endif /* cglmc_project_h */
|
||||
|
||||
|
||||
|
@@ -323,4 +323,3 @@ glmc_vec4_refract(vec4 v, vec4 n, float eta, vec4 dest);
|
||||
}
|
||||
#endif
|
||||
#endif /* cglmc_vec4_h */
|
||||
|
||||
|
@@ -164,4 +164,4 @@ glm_euler_zyx_quat_lh(vec3 angles, versor dest) {
|
||||
dest[3] = zc * yc * xc + zs * ys * xs;
|
||||
}
|
||||
|
||||
#endif /*cglm_euler_to_quat_lh_h*/
|
||||
#endif /*cglm_euler_to_quat_lh_h*/
|
||||
|
@@ -232,4 +232,3 @@ glms_aabb2d_(contains)(vec2s aabb[2], vec2s other[2]) {
|
||||
}
|
||||
|
||||
#endif /* cglms_aabb2ds_h */
|
||||
|
||||
|
Reference in New Issue
Block a user