Difference between revisions of "Line Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision)
({{Note|1=You can also use a parametric syntax to create a line eg <code>X = (1, 2) + r (2, 3)</code> or <code>X = (1, 2, 3) + r (2, 3, 4)</code>}})
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
{{command|geometry}}
+
;Line( <Point>, <Point> ):Creates a line through two points ''A'' and ''B''.  
; Line[Point A, Point B]: Creates a line through two points ''A'' and ''B''.  
+
;Line( <Point>, <Parallel Line> ):Creates a line through the given point parallel to the given line.
; Line[Point, Parallel Line]: Creates a line through the given point parallel to the given line.
+
;Line( <Point>, <Direction Vector> ):Creates a line through the given point with direction vector ''v''.  
; Line[Point, Direction Vector v]: Creates a line through the given point with direction vector ''v''.  
 
  
'''Note:''' Also see tool [[Line through Two Points Tool|Line through Two Points]] and [[Parallel Line Tool|Parallel Line]].
+
{{Note|1=See also [[File:Mode join.svg|link=|24px]] [[Line Tool|Line]] and [[File:Mode parallel.svg|link=|24px]] [[Parallel Line Tool|Parallel Line]] tools.}}
 +
{{Note|1=You can also use a parametric syntax to create a line eg <code>X = (1, 2) + r (2, 3)</code> or <code>X = (1, 2, 3) + r (2, 3, 4)</code>}}

Latest revision as of 09:49, 1 December 2023


Line( <Point>, <Point> )
Creates a line through two points A and B.
Line( <Point>, <Parallel Line> )
Creates a line through the given point parallel to the given line.
Line( <Point>, <Direction Vector> )
Creates a line through the given point with direction vector v.
Note: See also Mode join.svg Line and Mode parallel.svg Parallel Line tools.
Note: You can also use a parametric syntax to create a line eg X = (1, 2) + r (2, 3) or X = (1, 2, 3) + r (2, 3, 4)
© 2024 International GeoGebra Institute