Detailed Description
Definition in file curveTools.H.
Go to the source code of this file.
Namespaces |
| namespace | Foam |
| | Namespace for OpenFOAM.
|
Functions |
| scalar | distance (const vector &p1, const vector &p2) |
| bool | stepForwardsToNextPoint (const vector &o, vector &n, label &i, label &ip1, scalar l, const curve &Curve) |
| bool | stepBackwardsToNextPoint (const vector &o, vector &n, label &i, label &ip1, scalar l, const curve &Curve) |
| bool | interpolate (const vector &p1, const vector &p2, const vector &o, vector &n, scalar l) |
| bool | XstepForwardsToNextPoint (const vector &o, vector &n, label &i, label &ip1, scalar l, const curve &Curve) |
| bool | Xinterpolate (const vector &p1, const vector &p2, const vector &o, vector &n, scalar l) |
Macro Definition Documentation
| #define curveSmall 1.0e-8 |