Qurak

PerpendicularBisector

可用

Perpendicular bisector of a segment as an InfiniteLine

PerpendicularBisector[{p1, p2}]
PerpendicularBisector[Line[{p1, p2}]]
bisector = PerpendicularBisector[{{0, 0}, {0, 1}}] → InfiniteLine[{0, 1/2}, {1, 0}]bisector = PerpendicularBisector[Line[{{-1, -1}, {1, 1}}]] → InfiniteLine[{0, 0}, {2, -2}]bisector = PerpendicularBisector[{{a, b}, {c, d}}] → InfiniteLine[{(a + c)/2, (b + d)/2}, {-b + d, a - c}]

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用