Method: RTree#unit_sphere_volume

Defined in:
lib/rtree.rb

#unit_sphere_volumeFloat

Returns the volume of the unit sphere in the R-tree’s dimension.

Returns:

  • (Float)

    the volume of the unit sphere in the R-tree’s dimension



527
528
529
# File 'lib/rtree.rb', line 527

def unit_sphere_volume
  super
end