Click or drag to resize

Vector3Abs Method

Returns a new vector with all components in absolute values (i.e. positive).

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

Return Value

Type: Vector3
A vector with Abs(Single) called on each component.
See Also