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