Click or drag to resize
DigitalRuneAabbContains Method
Determines whether the current AABB contains a given AABB.

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

Parameters

other
Type: DigitalRune.Geometry.ShapesAabb
The other AABB.

Return Value

Type: Boolean
if other is fully contained in this AABB; otherwise, .
See Also