Click or drag to resize

AABBGetLongestAxisSize Method

Returns the scalar length of the longest axis of the AABB.

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

Return Value

Type: Single
The scalar length of the longest axis of the AABB.
See Also