intersects_point¶
- spherical_geometry.great_circle_arc.intersects_point(A, B, C)[source]¶
Returns True if point C is along the great circle arc AB.
- Parameters:
- A, B(x, y, z) triples or Nx3 arrays of triples
Endpoints of the great circle arc.
- C(x, y, z) triples or array of triples of points
- Returns:
- intersectsbool or array of bool
If the point is on the line, returns
True.