Defines the arcEdge of a circle in terms of 3 points on its circumference. More...
Defines the arcEdge of a circle in terms of 3 points on its circumference.
Definition at line 50 of file arcEdge.H.
Inheritance diagram for arcEdge:
Collaboration diagram for arcEdge:Public Member Functions | |
| TypeName ("arc") | |
| Runtime type information.
| |
| arcEdge (const pointField &points, const label start, const label end, const point &pMid) | |
| Construct from components.
| |
| arcEdge (const pointField &points, Istream &) | |
| Construct from Istream setting pointsList.
| |
| virtual | ~arcEdge () |
| point | position (const scalar) const |
| Return the point position corresponding to the curve parameter.
| |
| scalar | length () const |
| Return the length of the curve.
| |
| arcEdge | ( | const pointField & | points, |
| const label | start, | ||
| const label | end, | ||
| const point & | pMid | ||
| ) |
Construct from components.
| arcEdge | ( | const pointField & | points, |
| Istream & | |||
| ) |
Construct from Istream setting pointsList.
| TypeName | ( | "arc" | ) |
Runtime type information.
| point position | ( | const | scalar ) | 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.