Vec4.dot

Computes the dot product of the two given vectors.

class Vec4
float
dot

Parameters

b Vec4

a #graphene_vec4_t

Return Value

Type: float

the value of the dot product

Meta