[]
Calculates the dot product of two vectors.
public static float Dot(Vector3 left, Vector3 right)
Type | Name | Description |
---|---|---|
Vector3 | left | First source vector. |
Vector3 | right | Second source vector. |
Type | Description |
---|---|
float | The dot product of the two vectors. |