- clipEdge
bool clipEdge(R2Point a, R2Point b, R2Rect clip, R2Point a_clipped, R2Point b_clipped)
Undocumented in source. Be warned that the author may not have intended to support it.
- clipEdgeBound
bool clipEdgeBound(R2Point a, R2Point b, R2Rect clip, R2Rect bound)
Undocumented in source. Be warned that the author may not have intended to support it.
- clipToFace
bool clipToFace(S2Point a, S2Point b, int face, R2Point a_uv, R2Point b_uv)
Undocumented in source. Be warned that the author may not have intended to support it.
- clipToPaddedFace
bool clipToPaddedFace(S2Point a_xyz, S2Point b_xyz, int face, double padding, R2Point a_uv, R2Point b_uv)
Undocumented in source.
- getClippedEdgeBound
R2Rect getClippedEdgeBound(R2Point a, R2Point b, R2Rect clip)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFaceSegments
void getFaceSegments(S2Point a, S2Point b, FaceSegmentVector segments)
Undocumented in source.
- interpolateDouble
double interpolateDouble(double x, double a, double b, double a1, double b1)
Undocumented in source.
- intersectsRect
bool intersectsRect(R2Point a, R2Point b, R2Rect rect)
Undocumented in source. Be warned that the author may not have intended to support it.