Vec3.dot
float dot(graphene.vec3.Vec3 b)Computes the dot product of the two given vectors.
Parameters
b | a #graphene_vec3_t |
Returns
the value of the dot product
float dot(graphene.vec3.Vec3 b)Computes the dot product of the two given vectors.
b | a #graphene_vec3_t |