Package: graphene

Function graphene:quaternion-slerp

Lambda List

graphene:quaternion-slerp (a b factor result)

Arguments

a -- a graphene:quaternion-t instance
b -- a graphene:quaternion-t instance
factor -- a number coerced to a float with the interpolation factor
result -- a graphene:quaternion-t instance for the result

Details

The graphene:quaternion-t instance with the interpolated quaternion.
 

See also

#2023-12-10