Click or drag to resize

Vector2Inverse Method

Returns the inverse of this vector. This is the same as `new Vector2(1 / v.x, 1 / v.y)`.

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

Return Value

Type: Vector2
The inverse of this vector.
See Also