Click or drag to resize

AABBIsValid Method

Verify that the bounds are sorted. And the bounds are valid numbers (not NaN).

Namespace: Internal.tainicom.Aether.Physics2D.Collision
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool IsValid()

Return Value

Boolean
true if this instance is valid; otherwise, false.
See Also