Package: graphene

Function graphene:vec3-dot

Lambda List

graphene:vec3-dot (a b)

Arguments

a -- a graphene:vec3-t instance
b -- a graphene:vec3-t instance

Return Value

The float with the dot product of the vectors.

Details

Computes the dot product of the two given vectors.
 

See also

2024-12-26