Declaration
func Vector2Dot(valueA Vector2, valueB Vector2) float
go
Parameters
Input
Return
| Type | Description |
|---|---|
| Float | Dot product result |
The dot product of two two-dimensional vectors is a scalar, representing the angle between the two vectors.
func Vector2Dot(valueA Vector2, valueB Vector2) float
go
| Type | Description |
|---|---|
| Float | Dot product result |