Todo
Ersetze die HTTP-Domain Extension möglicherweise durch eigene Formatierungen
Get Intersection Circles
Calculates the coordinates of two or three circles to obtain requested overlapping areas.
Query Parameters: | |
---|---|
|
|
Returns: | |
Status Codes: |
|
Request
GET /charts/intersection-circles?r1=1650&r2=1043&r3=875&area12=556060&area13=278609&area23=409490&access_token=1234567890 HTTP/1.1
Host: main.medimach-api.io
Accept: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"circles": [
{
"r": 1650,
"x": 1650,
"y": 1650
},
{
"r": 1043,
"x": 3815.261353,
"y": 1650
},
{
"r": 875,
"x": 3350.644313,
"y": 3015.769987
}
],
"viewSize": {
"width": 4858.261353,
"height": 3890.769987
}
}