Package: graphene

Function graphene:vec4-dot

Lambda List

graphene:vec4-dot (a b)

Arguments

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