အလယ်ဗဟိုဂဏန်းတွက်စက်

နေရာနှစ်ခုအကြား တိကျတဲ့ နေရာကို ရှာပါ

အလယ်အမှတ်
အလယ်အမှတ် x
အလယ်ဗဟို Y
အမှတ်များအကြား အကွာအဝေး

သင်ရိုက်ထည့်သလိုရလဒ်များကို update လုပ်ပါ

ဤဂဏန်းတွက်စက်အကြောင်း

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, withaplot 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. MidpointMid

မေးလေ့ရှိသောမေးခွန်းများ

အချက်နှစ်ချက်၏ အလယ်ဗဟိုကို ဘယ်လိုရှာဖွေနိုင်သလဲ။

ပျမ်းမျှနှစ်ခု x-coordinates နှင့်နှစ်ခု y-coordinates သီးခြားစီ. ၏အလယ်ဗဟို (0,0) နှင့် (4,6) ((0+4) /2ဖြစ်ပါသည်, (0+6) /2) = (2, 3).

ပျမ်းမျှအတိုင်းအတာအဖြစ်တူညီသော midpoint ဖြစ်ပါသလား?

ဟုတ်ကဲ့ - midpoint သည်နှစ်ချက်စလုံး၏ပျမ်းမျှသာဖြစ်သည်, coordinate အားဖြင့် coordinate ကိုယူသည်။

ဘာဖြစ်လို့လဲဆိုတော့ (0,0) နှင့် (4,6) ၏အလယ်ဗဟိုမှာဖြစ်ပါသည်?

ပျမ်းမျှတစ်ဦးချင်းစီကိုးကား: ((0 +4) /2, (0 + 6) /2) = (2, 3), ဒီ tool ကိုပြသသော default ဥပမာ.

အမှတ်များအကြား အကွာအဝေးကို ပြသပါသလား။

ဟုတ်ကဲ့. midpoint နှင့်အတူ, ကဂဏန်းတွက်စက်နှစ်ချက်ကို joined segment ၏အရှည်ပေး.

အလယ်အချက်မှ နိဂုံးချက်ကို ရှာဖွေနိုင်မလား

ဟုတ်ကဲ့, rearrangement နှင့်အတူ: M ကို midpoint ဖြစ်ပြီး A ကိုသိသိသာသာ endpoint ဖြစ်ပါသည်လျှင်, အခြား endpoint 2M ဖြစ်ပါတယ်။ - A, တစ်ခုချင်းစီကိုကော်လံကိုအသုံးပြုသည်။

ဘယ်အချက်က ပထမဆုံး ရောက်လာသလဲ ဆိုတာက အလယ်အချက်ကို သက်ရောက်မှုရှိပါသလား။

ဟုတ်ကဲ့. သင်ကကွန်ရက်စာမျက်နှာများပျမ်းမျှ, ဒါကြောင့်အလားတူ midpoint အပေါ်အမိန့်တစ်ခုခုမြေပေါ်တွင်နှစ်ချက်ကွက်လပ်ထဲသို့ဝင်ရောက်.

❤️ ချစ်ခြင်းမေတ္တာ Calculator.Free? မျှဝေပါ

𝕏  X Facebook Reddit
API ကို — code ကိုမှဤဂဏန်းတွက်စက်ကိုအသုံးပြု

အခမဲ့ JSON endpoint အဖြစ်ဤဂဏန်းတွက်စက်ကိုခေါ် - လိုအပ်သော key ကိုမရှိ. query parameters တွေကိုသို့မဟုတ် JSON အဖြစ်အောက်ပါ Field Values ကိုပို့. ပြည့်စုံသော 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);

ရလဒ်များသာယေဘုယျလမ်းညွှန်မှုများအတွက်ခန့်မှန်းချက်ဖြစ်ကြသည်, မငွေကြေး, ဆေးဘက်ဆိုင်ရာသို့မဟုတ်အခွန်အကြံပေးချက်.