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