Returns the cross product of this vector and `b`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector3 Cross(
Vector3 b
)
Parameters
- b
- Type: GodotVector3
The other vector.
Return Value
Type:
Vector3The cross product vector.
See Also