
.. module:: ezdxf.math.rtree

.. _math_rtree:

RTree
=====

RTree module: :mod:`ezdxf.math.rtree`

.. autoclass:: RTree

    .. automethod:: __len__

    .. automethod:: __iter__

    .. automethod:: contains

    .. automethod:: nearest_neighbor

    .. automethod:: points_in_sphere

    .. automethod:: points_in_bbox

    .. automethod:: avg_leaf_size

    .. automethod:: avg_spherical_envelope_radius

    .. automethod:: avg_nn_distance
