“Midpoint 指令”的版本间的差异

来自GeoGebra Manual
跳转至: 导航搜索
(en)
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
<noinclude>{{Manual Page|version=4.0}}</noinclude>{{command|geometry|Midpoint}}
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
;Midpoint[ <Point>, <Point> ]
+
;Midpoint( < 線段> )
:{{translate|Midpoint Command}}
+
:回傳 < 線段> 的中點(midpoint)。
;Midpoint[ <Segment> ]
+
:{{example|1=假設 <code><nowiki>s = Segment((1, 1), (1, 5))</nowiki></code>。<code><nowiki>Midpoint(s)</nowiki></code> 產生 ''(1, 3)''。}}
:{{translate|Midpoint Command}}
+
;Midpoint( <圓錐曲線> )
;Midpoint[ <Conic> ]
+
:回傳 < 圓錐曲線> 的中心。
:{{translate|Midpoint Command}}
+
:{{example|1=<code><nowiki>Midpoin(x^2 + y^2 = 4)</nowiki></code> 產生 ''(0, 0)''。}}
;MidPoint[ <Interval> ]
+
;Midpoint( <區間> )
:{{translate|Midpoint Command}}
+
:(以數值形式)回傳 < 區間> 的中點。
; Midpoint[Point A, Point B]: Returns the midpoint of points ''A'' and ''B''.
+
:{{example|1=<code><nowiki>Midpoint(2 < x < 4)</nowiki></code> 產生 ''3''。}}
; Midpoint[Segment]: Returns the midpoint of the segment.
+
;Midpoint( <點>, <點> )
; Midpoint[Interval]: Returns the midpoint of the interval (as number).
+
:回傳兩個 < > 的中點。
; Midpoint[Conic]: Returns the center of the conic.
+
:{{example|1=<code><nowiki>Midpoint((1, 1), (5, 1))</nowiki></code> 產生 ''(3, 1)'' 。}}
{{Note| See also [[Midpoint or Center Tool|Midpoint or Center]] tool.}}
+
;Midpoint( <二次曲面> )
 +
: 回傳 <二次曲面>(例如:球、圓錐…等)的中點。
 +
:{{example| 1=<code><nowiki>Midpoint(x^2 + y^2 + z^2 = 1)</nowiki></code> 產生 ''(0, 0, 0)''。}}
 +
{{Note|1=請參閱 [[File:Mode midpoint.svg|link=|24px]]  [[ 中心點_工具| 中心點]] 工具。}}

2021年9月5日 (日) 17:07的最新版本

Accessories dictionary.png
本頁為官方文件,一般使用者無法修改,若有任何誤謬,請與官方聯絡。如欲編輯,請至本頁的開放版


Midpoint( <線段> )
回傳 <線段> 的中點(midpoint)。
範例: 假設 s = Segment((1, 1), (1, 5))Midpoint(s) 產生 (1, 3)
Midpoint( <圓錐曲線> )
回傳 <圓錐曲線> 的中心。
範例: Midpoin(x^2 + y^2 = 4) 產生 (0, 0)
Midpoint( <區間> )
(以數值形式)回傳 <區間> 的中點。
範例: Midpoint(2 < x < 4) 產生 3
Midpoint( <點>, <點> )
回傳兩個 <點> 的中點。
範例: Midpoint((1, 1), (5, 1)) 產生 (3, 1)
Midpoint( <二次曲面> )
回傳 <二次曲面>(例如:球、圓錐…等)的中點。
範例: Midpoint(x^2 + y^2 + z^2 = 1) 產生 (0, 0, 0)
備註: 請參閱 Mode midpoint.svg 中心點工具。
© 2024 International GeoGebra Institute