Click or drag to resize
DigitalRuneRigidBodyAabb Property
Gets the axis-aligned bounding box (AABB).

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Aabb Aabb { get; }

Property Value

Type: Aabb
The axis-aligned bounding box (AABB).

Implements

IGeometricObjectAabb
See Also