mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
vec4: helper to fill vec4 as [S^3, S^2, S, 1]
This commit is contained in:
@@ -153,6 +153,10 @@ CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_lerp(vec4 from, vec4 to, float t, vec4 dest);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_vec4_cubic(float s, vec4 dest);
|
||||
|
||||
/* ext */
|
||||
|
||||
CGLM_EXPORT
|
||||
|
||||
Reference in New Issue
Block a user