• d3.geo.path()
  • path(feature[, index])
  • path.projection([projection])
  • path.context([context])
  • path.area(feature)
  • path.centroid(feature)
  • path.bounds(feature)
  • path.pointRadius([radius])
  • d3.geo.graticule
  • graticule()
  • graticule.lines()
  • graticule.outline()
  • graticule.extent(extent)
  • graticule.majorExtent(extent)
  • graticule.minorExtent(extent)
  • graticule.step(step)
  • graticule.majorStep(step)
  • graticule.minorStep(step)
  • graticule.precision(precision)
  • d3.geo.circle
  • circle(arguments…)
  • circle.origin([origin])
  • circle.angle([angle])
  • circle.precision([precision])
  • Spherical Math
  • d3.geo.area(feature)
  • d3.geo.centroid(feature)
  • d3.geo.bounds(feature)
  • d3.geo.distance(a, b)
  • d3.geo.length(feature)
  • d3.geo.interpolate(a, b)
  • d3.geo.rotation(rotate)
  • rotation(location)
  • rotation.invert(location)