Package: graphene

Function graphene:quaternion-add

Lambda List

graphene:quaternion-add (a b result)

Arguments

a -- a graphene:quaternion-t instance
b -- a graphene:quaternion-t instance
result -- a graphene:quaternion-t instance for the result

Return Value

The graphene:quaternion-t instance with the result.

Details

Adds two quaternions a and b.
 

See also

#2023-12-10