Click or drag to resize
DigitalRuneCompressedAabbTreeRemove Method
Removes the first occurrence of a specific item from the CompressedAabbTree.

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

Parameters

item
Type: SystemInt32
The object to remove from the CompressedAabbTree.

Return Value

Type: Boolean
if item was successfully removed from the CompressedAabbTree; otherwise, . This method also returns if item is not found in the original CompressedAabbTree.

Implements

ICollectionTRemove(T)
See Also