mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 12:47:05 +00:00
Add call and struct interfaces
This commit is contained in:
@@ -116,11 +116,15 @@ glmc_quat_mat3t(versor q, mat3 dest);
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_lerp(versor from, versor to, float t, versor dest);
|
||||
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_lerpc(versor from, versor to, float t, versor dest);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_nlerp(versor q, versor r, float t, versor dest);
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_slerp(versor q, versor r, float t, versor dest);
|
||||
|
||||
Reference in New Issue
Block a user