Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
ISSUE: Conflicts with representing a box that only includes point (0,0)! (Would be better to store Lim rather than Max, because Lim-Min=0 would unambiguously represent empty.)

Namespace: Visual3D
Assembly: Visual3D (in Visual3D.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
	Get

See Also