Declaración
func Vector2Dot(valueA Vector2, valueB Vector2) float
go
Parámetros
Entrada
Regresar
Tipo | Descripción |
---|---|
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
Tipo | Descripción |
---|---|
Float | Dot product result |