49 else if (mu > 1 - small)
123 ( 2*e0 - 5*p0 + 4*p1 - e1 )
125 ( -e0 + 3*p0 - 3*p1 + e1 )
CatmullRomSpline(const pointField &knots, const bool notImplementedClosed=false)
Construct from components.
point position(const scalar lambda) const
Return the point position corresponding to the curve parameter.
dimensionedScalar lambda(viscosity->lookup("lambda"))
T & first()
Return the first element of the list.
const pointField & points() const
Return const-access to the control-points.
A series of straight line segments, which can also be interpreted as a series of control points for s...
const dimensionedScalar mu
Atomic mass unit.
label localParameter(scalar &lambda) const
Return the line segment and the local parameter [0..1].
scalar length() const
Return the length of the curve.
T & last()
Return the last element of the list.
label nSegments() const
Return the number of line segments.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.