डिक्लेरेशन
func Cross(valueA Vector3, valueB Vector3) Vector3
go
पैरामीटर्स
इनपुट
वापस
टाइप | विवरण |
---|---|
Vector3 | The result of the cross product, which is perpendicular to the plane where the two vectors involved in the operation are located. |
The result of the cross product of two three-dimensional vectors. The result is a vector perpendicular to the plane where the two vectors are located.
func Cross(valueA Vector3, valueB Vector3) Vector3
go
टाइप | विवरण |
---|---|
Vector3 | The result of the cross product, which is perpendicular to the plane where the two vectors involved in the operation are located. |