Declaration
func Dot(valueA Vector3, valueB Vector3) float
go
Parameters
Input
Return
| Type | Description |
|---|---|
| Float | Dot product result |
The dot product of two three-dimensional vectors. The result is a scalar
func Dot(valueA Vector3, valueB Vector3) float
go
| Type | Description |
|---|---|
| Float | Dot product result |