|
Core 1.0
|
Standard trefoil parametric curve. More...
#include <parametric.h>
Public Member Functions | |
| Vector | operator() (const double &) const |
| Compute the position along the curve. | |
| Vector | Tangent (const double &) const |
| Computes the tangent to the curve. | |
Standard trefoil parametric curve.
| Vector TreFoil::operator() | ( | const double & | t | ) | const |
Compute the position along the curve.
| t | Parameter. |
| Vector TreFoil::Tangent | ( | const double & | t | ) | const |
Computes the tangent to the curve.
| t | Parameter. |