Click or drag to resize
DigitalRuneAabbMerge Method
Merges the specified AABBs.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static Aabb Merge(
	Aabb first,
	Aabb second
)

Parameters

first
Type: DigitalRune.Geometry.ShapesAabb
The first AABB.
second
Type: DigitalRune.Geometry.ShapesAabb
The second AABB.

Return Value

Type: Aabb
The AABB that includes both child AABBs.
See Also