| TerrainTileAabb Property |
Gets the axis-aligned bounding box of the terrain tile.
(Vertical min and max values are not set!)
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Aabb Aabb { get; }
Public ReadOnly Property Aabb As Aabb
Get
public:
property Aabb Aabb {
Aabb get ();
}
member Aabb : Aabb with get
Property Value
Type:
AabbThe 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