Click or drag to resize

AABBGetShortestAxis Method

Returns the normalized shortest axis of the AABB.

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

Return Value

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