Compute the arc length of a curve. More...
#include <CurveOperators.hpp>
Compute the arc length of a curve.
Use in conjunction with an OnDemandCreator. Example:
(*MyLineSet.CartesianVertices)[ "ArcLength" ] = new Field( new OnDemandCreator<ArcLengthComputer>(MyLineSet) );
| Fiber::Curve::ArcLength::ArcLength | ( | const CurveOperatorData & | CurveData, | |
| const MemBase::Creator_t & | C = MemCore::NullPtr() | |||
| ) | [inline] |
References Fiber::LineSet::getCoords().
1.6.2