Click or drag to resize
DigitalRuneTerrainTileAabb Property
Gets the axis-aligned bounding box of the terrain tile. (Vertical min and max values are not set!)

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Aabb Aabb { get; }

Property Value

Type: Aabb
The axis-aligned bounding box of the terrain tile.
Remarks
The min and max y values of this Aabb are 0 and should be ignored. Only the x and z values are set.
See Also