შუა წერტილის კალკულატორი
იპოვეთ წერტილი ზუსტად ნახევრად გზაზე ორ კორონვენტს შორის.
[Translation temporarily unavailable. Please try again.]
ამ კალკულატორის შესახებ
the midpoint is the point exactly halfway between two coordinates, this calculator returns the midpoint, its separate x and y components, and the distance between the two points, with a plot showing the segment split in half. For (0, 0) and (4, 6), the midpoint is ((0 + 4) / 2, (0 + 6) / 2) = (2, 3). Because averaging is symmetric, the order of the points makes no difference, and negative or decimal coordinates work just as well. MidpointsMid
ხშირად დასმული კითხვები
კაკჲ ვ დჲ ნა£ევქ ჟპვეჲრ ნა ეგვ რჲფკთ?
ორი x და ორი y კოორდინატის საშუალო განსხვავება. (0, 0) და (4, 6) შუა წერტილი არის ((0+4)/ 2, (0+6)/ 2) = (2, 3).
ჟპვენარა რჲფკა ჟყღჲ ლთ ვ კარჲ ჟპვენჲრჲ?
Yes — the midpoint is just the average of the two points, taken coordinate by coordinate.
რა არის (0, 0) და (4, 6) საშუალო წერტილი?
ყოველი კოორდინატის საშუალო: ((0 + 4)/ 2, (0 + 6)/ 2) = (2, 3), ნაგულისხმევი მაგალითი, რომელიც ამ ხელსაწყომ აჩვენა.
ოჲკაჱგა ლთ პაჱჟრჲწნთვრჲ მვზეს რჲფკთრვ?
ეა, ჱავენჲ ჟ ჟპვენარა რჲფკა, კალკსლარჲპყრ ეაგა ეყლზთნარა ნა ჟვდმვნრა, კჲირჲ ჟყბთპა ეგარა რჲფკა.
მჲზვ ლთ ეა ჲრკპთწ კპაინარა რჲფკა ჲრ ჟპვენარა რჲფკა?
Yes, with a rearrangement: if M is the midpoint and A is a known endpoint, the other endpoint is 2M − A, applied to each coordinate.
ჟპვენარა რჲფკა ჟვ ჱაჟვდსგა ლთ ჲრ რჲგა კჲწ რჲფკა ვ ოპგჲრჲ?
ნვ, ჟპვენჲრჲ ჟრაგთქ კჲჲპეთნართრვ, რაკა ფვ ჟლვე გლვჱსგაŒვ გჲ ეგარა რჲფკთ ჟჲ ჟგჲ£ ოჲპვეჲკ ჟვ ჟლჲზთქ გჲ ჟვეთნჟკარა რჲფკა.
API - გამოიყენეთ ეს კალკულატორი კოდისგან
ამ კალკულატორის გამოძახება როგორც თავისუფალი JSON დასასრული - ღილაკი არ არის საჭირო. ქვემოთ მოცემული ველი პარამეტრების ან JSON- ის სახით გაგზავნეთ. API დოკუმენტაციის სრული წაკითხვა →
დასასრული
GET https://calculator.free/api/v1/midpoint/
curl
curl "https://calculator.free/api/v1/midpoint/?x1=0&y1=0&x2=4&y2=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/midpoint/?" + new URLSearchParams({
"x1": "0",
"y1": "0",
"x2": "4",
"y2": "6"
}));
const data = await r.json();
console.log(data.results);
ჲრდჲგჲპთრვ ჟა ოპჲგთჱთთ ჟამჲ ჱა ჲბღვ ოჲმჲღ, ნვ ჱა ტთნანჟთალნთ, მვეთუთნჟკთ თლთ ეანყფნთ ჟყგვრთ.