Property IsEmpty
IsEmpty
Is this AABB empty? It is empty only if the minimum and maximum coordinates are at opposing infinities.
Declaration
public bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| bool | Whether the AABB is empty (its minimum and maximum coordinates are at opposing infinities) |