Click or drag to resize

Vector2Cross Method

Returns the cross product of this vector and `b`.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Cross(
	Vector2 b
)

Parameters

b
Type: GodotVector2
The other vector.

Return Value

Type: Single
The cross product value.
See Also