Core 1.0
TreFoil Class Reference

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.

Detailed Description

Standard trefoil parametric curve.

Member Function Documentation

◆ operator()()

Vector TreFoil::operator() ( const double & t) const

Compute the position along the curve.

Parameters
tParameter.

◆ Tangent()

Vector TreFoil::Tangent ( const double & t) const

Computes the tangent to the curve.

Parameters
tParameter.