Click or drag to resize
DigitalRuneAabbGetAabb Method (Pose)
Computes the world space AABB for a rotated and translated AABB.

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 that defines the rotation and translation. This pose defines how this Aabb should be positioned in world space.

Return Value

Type: Aabb
The world space AABB that encloses this rotated and translated local space AABB.
Remarks

Use this method if this AABB represents a bounding box in local space of an IGeometricObject. This method computes the world space AABB that encloses this AABB.

See Also