डिक्लेरेशन
func Vector2Dot(valueA Vector2, valueB Vector2) float
go
पैरामीटर्स
इनपुट
वापस
टाइप | विवरण |
---|---|
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
टाइप | विवरण |
---|---|
Float | Dot product result |