Package: graphene

Function graphene:quaternion-dot

Lambda List

graphene:quaternion-dot (a b)

Arguments

a -- a graphene:quaternion-t instance
b -- a graphene:quaternion-t instance

Return Value

The float with the value of the dot product.

Details

Computes the dot product of two quaternions.
 

See also

#2023-12-10