AABBGetLongestAxis Method |
Returns the normalized longest axis of the AABB.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector3 GetLongestAxis()
Return Value
Type:
Vector3A vector representing the normalized longest axis of the AABB.
See Also