#include "gcl/Hermite.h"
Include dependency graph for Hermite.cc:
Go to the source code of this file.
Functions | |||
Void | CalcHermiteCoeffs ( GCLReal t0, GCLReal t1, GCLReal y0, GCLReal y1, GCLReal ySlope0, GCLReal ySlope1, Cubic &result ) | ||
GCLReal | EvalCubic (Cubic &cubicCoeffs, GCLReal t, GCLReal t0, GCLReal t1) |
Void CalcHermiteCoeffs (GCLReal t0, GCLReal t1, GCLReal y0, GCLReal y1, GCLReal ySlope0, GCLReal ySlope1, Cubic & result) |
Definition at line 38 of file Hermite.cc.
GCLReal EvalCubic (Cubic & cubicCoeffs, GCLReal t, GCLReal t0, GCLReal t1) |
Definition at line 52 of file Hermite.cc.