mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 04:37:01 +00:00
vec4: helper to fill vec4 as [S^3, S^2, S, 1]
This commit is contained in:
@@ -206,6 +206,12 @@ glmc_vec4_lerp(vec4 from, vec4 to, float t, vec4 dest) {
|
||||
glm_vec4_lerp(from, to, t, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_cubic(float s, vec4 dest) {
|
||||
glm_vec4_cubic(s, dest);
|
||||
}
|
||||
|
||||
/* ext */
|
||||
|
||||
CGLM_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user