Definition at line 475 of file lwgeodetic_tree.c.
void vector_scale(POINT3D *n, double scale)
Scale a vector out by a factor.
void cart2geog(const POINT3D *p, GEOGRAPHIC_POINT *g)
Convert cartesian coordinates on unit sphere to spherical coordinates.
void geog2cart(const GEOGRAPHIC_POINT *g, POINT3D *p)
Convert spherical coordinates to cartesian coordinates on unit sphere.
Point in spherical coordinates on the world.
References cart2geog(), circ_node::center, geog2cart(), GEOGRAPHIC_POINT::lat, GEOGRAPHIC_POINT::lon, LW_SUCCESS, rad2deg, vector_scale(), POINT2D::x, and POINT2D::y.
Referenced by CircTreePIP().