Click or drag to resize
DigitalRuneCompressedAabbTreeAdd Method
Adds an item to the CompressedAabbTree.

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Add(
	int item
)

Parameters

item
Type: SystemInt32
The object to add to the CompressedAabbTree.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is .
Remarks
Duplicate items or are not allowed in the CompressedAabbTree.
See Also