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

来自GeoGebra Manual
跳转至: 导航搜索
 
第1行: 第1行:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
 
;Midpoint( <線段> )
 
;Midpoint( <線段> )
:Returns the midpoint of the segment.
+
: 回傳 <線段> 的中點(midpoint)。
:{{example|1=Let <code><nowiki>s = Segment((1, 1), (1, 5))</nowiki></code><code><nowiki>Midpoint(s)</nowiki></code> yields ''(1, 3)''.}}
+
:{{example|1= 假設 <code><nowiki>s = Segment((1, 1), (1, 5))</nowiki></code> <code><nowiki>Midpoint(s)</nowiki></code> 產生 ''(1, 3)'' }}
 
;Midpoint( <圓錐曲線> )
 
;Midpoint( <圓錐曲線> )
:Returns the center of the conic.
+
: 回傳 <圓錐曲線> 的中心。
:{{example|1=<code><nowiki>Midpoin(x^2 + y^2 = 4)</nowiki></code> yields ''(0, 0)''.}}
+
:{{example|1=<code><nowiki>Midpoin(x^2 + y^2 = 4)</nowiki></code> 產生 ''(0, 0)'' }}
 
;Midpoint( <區間> )
 
;Midpoint( <區間> )
:Returns the midpoint of the interval (as number).
+
: (以數值形式)回傳 <區間> 的中點。
:{{example|1=<code><nowiki>Midpoint(2 < x < 4)</nowiki></code> yields ''3''.}}
+
:{{example|1=<code><nowiki>Midpoint(2 < x < 4)</nowiki></code> 產生 ''3'' }}
 
;Midpoint( <點>, <點> )
 
;Midpoint( <點>, <點> )
:Returns the midpoint of two points.
+
: 回傳兩個 <點> 的中點。
:{{example|1=<code><nowiki>Midpoint((1, 1), (5, 1))</nowiki></code> yields ''(3, 1)''.}}
+
:{{example|1=<code><nowiki>Midpoint((1, 1), (5, 1))</nowiki></code> 產生 ''(3, 1)'' }}
 
;Midpoint( <二次曲面> )
 
;Midpoint( <二次曲面> )
:Returns the midpoint of the given quadric (e.g. sphere, cone, etc.)
+
: 回傳 <二次曲面>(例如:球、圓錐…等)的中點。
:{{example| 1=<code><nowiki>Midpoint(x^2 + y^2 + z^2 = 1)</nowiki></code> yields ''(0, 0, 0)''.}}
+
:{{example| 1=<code><nowiki>Midpoint(x^2 + y^2 + z^2 = 1)</nowiki></code> 產生 ''(0, 0, 0)'' }}
{{Note|1=See also [[File:Mode midpoint.svg|link=|24px]]  [[Midpoint or Center Tool|Midpoint or Center]] tool.}}
+
{{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