/// /// declare namespace cp { export function circleSegmentQuery(shape: Shape, center: Vect, r: number, a: Vect, b: Vect): SegmentQueryInfo; }