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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool IsValid()

Return Value

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