freeCodeCamp/guide/chinese/mathematics/the-midpoint-formula/index.md

15 lines
463 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: The Midpoint Formula
localeTitle: 中点公式
---
## 中点公式
在数学中,中点是线段的中间点。
![IMG](https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Midpoint.svg/282px-Midpoint.svg.png)
在二维中对于具有端点x1y1x2y2的线段中点是中点中点=x1 + x2/ 2y1 + y2/ 2
#### 更多信息:
* [维基百科 - 中点](https://en.wikipedia.org/wiki/Midpoint)