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