[]
Calculates the dot product of two vectors.
public static float DotRef(ref Vector2 left, ref Vector2 right)
Public Shared Function DotRef(ByRef left As Vector2, ByRef right As Vector2) As Single
| Type | Name | Description |
|---|---|---|
| Vector2 | left | First source vector. |
| Vector2 | right | Second source vector. |
| Type | Description |
|---|---|
| float |