mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
update docs, drop scale1
This commit is contained in:
@@ -62,12 +62,6 @@ glmc_scale(mat4 m, vec3 v) {
|
||||
glm_scale(m, v);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_scale1(mat4 m, float s) {
|
||||
glm_scale1(m, s);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_scale_uni(mat4 m, float s) {
|
||||
|
||||
Reference in New Issue
Block a user