Vec2.dot
float dot(graphene.vec2.Vec2 b)Computes the dot product of the two given vectors.
Parameters
b | a #graphene_vec2_t |
Returns
the dot product of the vectors
float dot(graphene.vec2.Vec2 b)Computes the dot product of the two given vectors.
b | a #graphene_vec2_t |