#include "gcl/Geometry.h"
Include dependency graph for Hermite.h:
Go to the source code of this file.
Typedefs | |||
![]() | ![]() | typedef Vector4 | Cubic |
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) |
typedef Vector4 Cubic |
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.