Vec3.dot

Computes the dot product of the two given vectors.

class Vec3
float
dot

Parameters

b Vec3

a #graphene_vec3_t

Return Value

Type: float

the value of the dot product

Meta