Show / Hide Table of Contents

Interface QuadTree<T>.IIterateQuadTreeLists

Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IIterateQuadTreeLists

Methods

| Improve this Doc View Source

Iterate(ref BoundingRect, HashSet<T>, Boolean)

Declaration
QuadTree<T>.IterateAction Iterate(ref BoundingRect rect, HashSet<T> objects, bool hasSubNodes)
Parameters
Type Name Description
BoundingRect rect
System.Collections.Generic.HashSet<T> objects
System.Boolean hasSubNodes
Returns
Type Description
QuadTree.IterateAction<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX