Difference between revisions of "Spline Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
;Spline[ <List of Points> ]
+
;Spline( <List of Points> )
 
:Creates a cubic [[w:Spline_(mathematics)|spline]] through all points.
 
:Creates a cubic [[w:Spline_(mathematics)|spline]] through all points.
;Spline[ <List of Points>, <Order ≥ 3> ]
+
;Spline( <List of Points>, <Order ≥ 3> )
 
:Creates a spline with given order through all points.
 
:Creates a spline with given order through all points.

Revision as of 17:15, 7 October 2017

Comments

The result of the spline command is a curve. Spline algorithm is used for x and y coordinates separately: first we determine values of t that correspond to the points (based on Euclidian distances between the points), then we find cubic splines as functions t->x and t->y.

© 2024 International GeoGebra Institute