Difference between revisions of "Spline Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "" to "")
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=5.0}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|geometry}}
{{command|geometry}}
 
 
;Spline[ <List of Points> ]
 
;Spline[ <List of Points> ]
 
:Creates a [[w:Spline_(mathematics)|spline]] through all points.
 
:Creates a [[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 11:13, 11 August 2015

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