<< Click to Display Table of Contents >>

Interpolation.js

 

 

Namespace

SuperGIS.Interpolation


Class

Linear(p0, p1)


Method

p

value(t)

return the value of linear interpolation.

Method

p

differential(t)

return the differential value of linear interpolation.

Method

p

reverse(v)

reverse the interpolation.





Class

Qyadratic(p0, p1, p2)


Method

p

value(t)

return the value of qyadratic interpolation.

Method

p

differential(t)

return the differential value of qyadratic interpolation.









Class

Bezier(p0, p1, p2, p3)


Method

p

value(t)

return the value of bezier interpolation.

Method

p

differential(t)

return the differential value of bezier interpolation.





Class

Spline(p0, p1, p2, p3)


Method

p

value(t)

return the value of spline interpolation.

Method

p

differential(t)

return the differential value of spline interpolation.





Namespace

SuperGIS.Interpolation2D


Class

Linear(p0, p1)


Method

p

value(t)

return the value of 2D linear interpolation.

Method

p

differential(t)

return the differential value of 2D linear interpolation.

 

 


© 2017 Supergeo Technologies Inc.