Click or drag to resize

AABBAbs Method

Returns an AABB with equivalent position and size, modified so that the most-negative corner is the origin and the size is positive.

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

Return Value

Type: AABB
The modified AABB.
See Also