static float Dot( Vector3Int a, Vector3Int b )

Summary

Returns the scalar/dot product of the 2 given integer vectors.

static float Dot( Vector3Int a, Vector3 b )

Summary

Returns the scalar/dot product of the 2 given vectors.

float Dot( Vector3Int b )

Summary

Returns the scalar/dot product of this and the given vector.

float Dot( Vector3 b )

Summary

Returns the scalar/dot product of this and the given vector.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.