65#ifndef CatmullRomSpline_H
66#define CatmullRomSpline_H
100 const bool notImplementedClosed =
false
scalar length() const
The length of the curve.
point position(const scalar lambda) const
The point position corresponding to the curve parameter.
CatmullRomSpline(const pointField &knots, const bool notImplementedClosed=false)
Construct from components.
polyLine(const pointField &points, const bool notImplementedClosed=false)
Construct from components.
vector point
Point is a vector.
vectorField pointField
pointField is a vectorField.
dimensionedScalar lambda("lambda", dimTime/sqr(dimLength), laminarTransport)