mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
new abs functions for vec2, ivec2, ivec3, ivec4
This commit is contained in:
@@ -97,3 +97,10 @@ void
|
||||
glmc_ivec3_clamp(ivec3 v, int minVal, int maxVal) {
|
||||
glm_ivec3_clamp(v, minVal, maxVal);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_ivec3_abs(ivec3 v, ivec3 dest) {
|
||||
glm_ivec3_abs(v, dest);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user