Click or drag to resize

AABBGetLongestAxis Method

Returns the normalized longest axis of the AABB.

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

Return Value

Type: Vector3
A vector representing the normalized longest axis of the AABB.
See Also