Difference between revisions of "AffineRatio Command"

From GeoGebra Manual
Jump to: navigation, search
(move Category command to Template)
(command syntax: changed [ ] into ( ))
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
; AffineRatio[Point A, Point B, Point C]: Returns the affine ratio λ of three collinear points ''A'', ''B'', and ''C'', where ''C = A + λ * AB''.
+
;AffineRatio( <Point A>, <Point B>, <Point C> ):Returns the affine ratio ''λ'' of three collinear points ''A'', ''B'' and ''C'', where ''C = A + λ * AB''.
 +
:{{example|1=<code><nowiki>AffineRatio((-1, 1), (1, 1), (4, 1))</nowiki></code> yields ''2.5''}}

Latest revision as of 08:43, 11 October 2017


AffineRatio( <Point A>, <Point B>, <Point C> )
Returns the affine ratio λ of three collinear points A, B and C, where C = A + λ * AB.
Example: AffineRatio((-1, 1), (1, 1), (4, 1)) yields 2.5
© 2024 International GeoGebra Institute