Center 命令
|
|
此命令在英语的不同变体中有所不同:
|
- Center( <Conic> )
-
返回圆、椭圆或双曲线的中心。
Center(x^2 + 4 y^2 + 2x - 8y + 1 = 0)
(
,
:
Centre(x^2 + 4 y^2 + 2x - 8y + 1 = 0)
) 返回点
A = (-1, 1)
|
另见
|
- Center( <Quadric> )
-
创建二次曲面的中心(例如球、圆锥等)。
Center(x^2 + (y-1)^2 + (z-2)^2 = 1)
得出
(0, 1, 2)