Documentation ¶
Index ¶
- type QuadTree
- func (q *QuadTree) Draw(fpath string) error
- func (q *QuadTree) InsertPoint(p image.Point)
- func (q *QuadTree) LowerLeft() image.Rectangle
- func (q *QuadTree) LowerRight() image.Rectangle
- func (q *QuadTree) UpperLeft() image.Rectangle
- func (q *QuadTree) UpperRight() image.Rectangle
- func (q QuadTree) Walk() []QuadTree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QuadTree ¶
type QuadTree struct { MaxPointsPerNode int BoundingBox image.Rectangle BLeft, TLeft *QuadTree BRight, TRight *QuadTree // contains filtered or unexported fields }
func (*QuadTree) InsertPoint ¶
func (*QuadTree) LowerRight ¶
func (*QuadTree) UpperRight ¶
Click to show internal directories.
Click to hide internal directories.