Difference between revisions of "AngleBisector Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
(command syntax: changed [ ] into ( ))
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|geometry}}
 
{{command|geometry}}
;AngleBisector[ <Point A>, <Point B>, <Point C> ]:Returns the angle bisector of the angle defined by points ''A'', ''B'', and ''C''.
+
;AngleBisector( <Line>, <Line> )
{{Note|Point ''B'' is apex of this angle. }}
+
:Returns both angle bisectors of the lines.
 
+
:{{example|1=<code><nowiki>AngleBisector(x + y = 1, x - y = 2)</nowiki></code> yields ''a: x = 1.5'' and ''b: y = -0.5''.}}
; AngleBisector[ <Line g>, <Line h> ]:Returns both angle bisectors of the lines.
+
;AngleBisector( <Point>, <Point>, <Point> )
 
+
:Returns the angle bisector of the angle defined by the three points.
{{Note|See also [[File:Tool Angular Bisector.gif]] [[Angle Bisector Tool|Angle Bisector]] tool .}}
+
:{{example|1=<code><nowiki>AngleBisector((1, 1), (4, 4), (7, 1))</nowiki></code> yields ''a: x = 4''.}}
 +
:{{Note|The second point is apex of this angle. }}
 +
{{Note|See also [[Image:Mode angularbisector.svg|link=|20px]] [[Angle Bisector Tool|Angle Bisector]] tool .}}

Latest revision as of 08:50, 11 October 2017



AngleBisector( <Line>, <Line> )
Returns both angle bisectors of the lines.
Example: AngleBisector(x + y = 1, x - y = 2) yields a: x = 1.5 and b: y = -0.5.
AngleBisector( <Point>, <Point>, <Point> )
Returns the angle bisector of the angle defined by the three points.
Example: AngleBisector((1, 1), (4, 4), (7, 1)) yields a: x = 4.
Note: The second point is apex of this angle.
Note: See also Mode angularbisector.svg Angle Bisector tool .
© 2024 International GeoGebra Institute