1 개요[ | ]
- midpoint
- 중점
- 이등분점
- 1:1 내분점
2 1차원 (수직선)[ | ]
두 점 [math]\displaystyle{ A(x_1) }[/math], [math]\displaystyle{ B(x_2) }[/math]의
- 중점 [math]\displaystyle{ P(\frac{x_1+x_2}{2}) }[/math]
3 2차원 (좌표평면)[ | ]
두 점 [math]\displaystyle{ A(x_1, y_1) }[/math], [math]\displaystyle{ B(x_2, y_2) }[/math]의
- 중점 [math]\displaystyle{ P(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}) }[/math]
4 3차원[ | ]
두 점 [math]\displaystyle{ A(x_1, y_1, z_1) }[/math], [math]\displaystyle{ B(x_2, y_2, z_2) }[/math]의
- 중점 [math]\displaystyle{ P(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2}) }[/math]