A curvedEdge defined in terms of a series of straight line segments. More...
A curvedEdge defined in terms of a series of straight line segments.
Definition at line 50 of file polyLineEdge.H.
Public Member Functions | |
TypeName ("polyLine") | |
polyLineEdge (const pointField &, const label start, const label end, const pointField &otherPoints) | |
Construct from components.
| |
polyLineEdge (const pointField &, Istream &) | |
Construct from Istream.
| |
virtual | ~polyLineEdge () |
Destructor.
| |
point | position (const scalar lambda) const |
Return the point position corresponding to the curve parameter.
| |
scalar | length () const |
Return the length of the curve.
|
polyLineEdge | ( | const pointField & | , |
const label | start, | ||
const label | end, | ||
const pointField & | otherPoints | ||
) |
Construct from components.
polyLineEdge | ( | const pointField & | , |
Istream & | |||
) |
Construct from Istream.
virtual ~polyLineEdge | ( | ) | [virtual]
|
Destructor.
TypeName | ( | "polyLine" | ) |
point position | ( | const scalar | lambda ) | const [virtual]
|
Return the point position corresponding to the curve parameter.
0 <= lambda <= 1
Implements curvedEdge.
scalar length | ( | ) | const [virtual]
|
Return the length of the curve.
Implements curvedEdge.