Click or drag to resize

AABBGetShortestAxisSize Method

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

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

Return Value

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