Class Index | File Index

Classes


Class BSpline


Defined in: Interpolation.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
BSpline.BM
B-Spline coefficient matrix
Method Summary
Method Attributes Method Name and Description
<static>  
BSpline.evaluate(x, y)
Takes a set of x/y observations, evaluates the b-spline and returns samples of the b-spline
Class Detail
BSpline()
Field Detail
<static> BSpline.BM
B-Spline coefficient matrix
Method Detail
<static> BSpline.evaluate(x, y)
Takes a set of x/y observations, evaluates the b-spline and returns samples of the b-spline
Parameters:
x
x coordinates array
y
y coordinates array

Documentation generated by JsDoc Toolkit 2.4.0 on Sat Jun 08 2013 16:12:54 GMT+0200 (CEST)