Click or drag to resize
DigitalRuneShapeGetAabb Method (Pose)
Computes the axis-aligned bounding box (AABB) for this shape positioned in world space using the given Pose.

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

Parameters

pose
Type: DigitalRune.GeometryPose
The Pose of the shape. This pose defines how the shape should be positioned in world space.

Return Value

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

The AABB is axis-aligned to the axes of the world space (or the parent coordinate space).

See Also