mirror of
https://github.com/recp/cglm.git
synced 2025-12-31 20:56:07 +00:00
Add call and struct interfaces
This commit is contained in:
@@ -170,6 +170,12 @@ glmc_quat_lerpc(versor from, versor to, float t, versor dest) {
|
||||
glm_quat_lerpc(from, to, t, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_nlerp(versor from, versor to, float t, versor dest) {
|
||||
glm_quat_nlerp(from, to, t, dest);
|
||||
}
|
||||
|
||||
CGLM_EXPORT
|
||||
void
|
||||
glmc_quat_slerp(versor from, versor to, float t, versor dest) {
|
||||
|
||||
Reference in New Issue
Block a user