Click or drag to resize
DigitalRuneSceneNodeAabb Property
Gets the axis-aligned bounding box (AABB) in world space.

Namespace: DigitalRune.Graphics.SceneGraph
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 (AABB) in world space.

Implements

IGeometricObjectAabb
Remarks
The AABB is automatically determined based on Shape and PoseWorld.
See Also