I-Calculator ye-Midpoint
Fihla iinjongo ngexesha loshukumo
Iinketho ze projekti
Malunga nale Calculator
the midpoint is 2, the distance between the two points is 2. The midpoint is the point exactly halfway between two coordinates, with a plot showing the segment split in half. 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
Imibuzo ebuza rhoqo
Ufuna njani indawo yodibano yezinto ezimbini?
Iphakathi kwe x- iindawo ezihambelanayo ezimbini ne y- iindawo ezihambelanayo ezimbini ngokuzimeleyo. Indawo ephakathi ye (0,0) ne (4,6) yi ((0+4)/2, (0+6)/2) = (2, 3).
Ingaba indawo ephakathi ifana nophakathi?
Ewe - indawo esembindini yindawo ephakathi kuphela kwezi ndawo ezimbini, ethathwa njengendawo ehambelanayo ngendawo ehambelanayo.
Yintoni indawo esembindini ye (0, 0) ne (4, 6)?
I-Average yendawo ehambelanayo nganye: ((0 + 4)/2, (0 + 6)/2) = (2, 3), umzekelo ongagqibekanga le sixhobo sibonisa.
Ingaba ibonisa umgama phakathi kweendawo?
Ewe. Kunye nendawo ephakathi, i-calculator inika ubude becandelo elidibanisa iindawo ezimbini.
Ndingafumana indawo yesiphelo kwindawo esembindini?
Ewe, ngokuphinda-phinda: ukuba uM yindawo ephakathi kwaye uA yindawo egqibekileyo eyaziwayo, enye indawo egqibekileyo yi-2M - A, esetyenziswe kuthungelwano olupheleleyo.
Ingaba indawo esembindini ixhomekeke kwinto eyenza ukuba indawo iqale?
Hayi. Uphakathi kolwazi oluhambelanayo, ngoko ukufaka iziqendu ezimbini kumgaqo omnye okanye omnye uhlala kwindawo ephakathi efanayo.
API — sebenzisa le calculator ukusuka kwikhowudi
Nceda le kalkulator njengendawo esemva ye-JSON ekhululekileyo - akukho qhosha lifunekayo. Thumela amaxabiso endawo engezantsi njengeparameter yombuzo okanye i-JSON. Funda i-API epheleleyo →
Incopho yesiphelo
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);
IiNtlanganiso zeNtlanganiso yeNtlanganiso