Skip to content

Galdeano/CubicHermiteSpline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd2b2d0 · Oct 2, 2015

History

57 Commits
Oct 2, 2015
Sep 29, 2015
Oct 1, 2015
Oct 1, 2015
Sep 29, 2015
Sep 24, 2015
Sep 29, 2015
Oct 2, 2015
Oct 1, 2015
Sep 18, 2015
Sep 25, 2015
Sep 29, 2015

Repository files navigation

Cubic Hermite Spline

Build Status Coverage Status

A library to compute cubic Hermite spline.

Compilation

In order to compile:

$ mkdir build && cd build
$ cmake ..
$ make 

Unitary test can be executed with:

$ ctest

Usage

Then, you can launch a demo:

  • simple demo:
$ src/CHSplineDemo 
  • or with parameters:
$ src/CHSplineDemo t0 t1 p0 p1 v0 v1 Np 

Where:

  • t0 : Initial time
  • t1 : Final time
  • p0 : Initial position
  • p1 : Final position
  • v0 : Initial velocity
  • v1 : Final velocity
  • Np : Number of point

Like:

$ src/CHSplineDemo 0.0 5.0 -1.0 5.0 -1.0 0.0 100 

About

A library to compute cubic Hermite spline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published