Skip to content

T_ZU_Collections_Generic_IPriorityQuadTree_1

[email protected] edited this page May 7, 2016 · 1 revision

IPriorityQuadTree(T) Interface

[Missing

documentation for "T:ZU.Collections.Generic.IPriorityQuadTree`1"]

Namespace: ZU.Collections.Generic
Assembly: ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5952.32957

Syntax

C#

public interface IPriorityQuadTree<T> : IEnumerable<T>, 
	IEnumerable

Type Parameters

 

T
[Missing documentation for "T:ZU.Collections.Generic.IPriorityQuadTree`1"]
  The IPriorityQuadTree(T) type exposes the following members.

Properties

 

Name Description
Public property Extent
  Back to Top

Methods

 

Name Description
Public method Clear
Public method GetEnumerator
Public method GetItemsInside
Public method GetItemsIntersecting
Public method HasItemsInside
Public method HasItemsIntersecting
Public method Insert
Public method Remove(T)
Public method Remove(T, Rect)
  Back to Top

See Also

Reference

ZU.Collections.Generic Namespace

Clone this wiki locally