Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Identitifies the Quadrant of a parent quadrant.
Namespace: Visual3D.ScenesAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum SubQuadrantID
Public Enumeration SubQuadrantID
Members
| Member | Value | Description |
|---|---|---|
| TopLeft | 0 | |
| TopRight | 1 | |
| BottomLeft | 2 | |
| BottomRight | 3 | In Cartesian coordinate, this quadrant where: 'X > Center.X' and 'Z > Center.Z' |