Click or drag to resize
DigitalRuneShapeGetAabb Method
Computes the axis-aligned bounding box (AABB) for this shape in local space.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public Aabb GetAabb()

Return Value

Type: Aabb
The AABB of the shape positioned in local space.
Remarks

The AABB is axis-aligned to the axes of the local space.

See Also