Skip to content

Function to interpolate between points in an array of points. (Eg, smoothly interpolate along a 3D path of points)

License

Notifications You must be signed in to change notification settings

mkrebser/path_interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

path_interpolation

Function to interpolate between points in an array of points. (Eg, smoothly interpolate along a 3D path of points)

Alt Text

This function was made primarily for Unity3D, but should be easy enough to translate to a new environment if needed. A mixture of point averaging and catmull rom are used for interpolation. To do interpolation, just create an array of 3D points and specify an index and interpolation constant 't'. The function will return some smoothed/interpolated value between the desired point and the next one.

About

Function to interpolate between points in an array of points. (Eg, smoothly interpolate along a 3D path of points)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages