Package: graphene

Function graphene:vec2-dot

Lambda List

graphene:vec2-dot (a b)

Arguments

a -- a graphene:vec2-t instance
b -- a graphene:vec2-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