Loading...
Searching...
No Matches
curve_abc.h File Reference

interface for a Curve of arbitrary dimension. More...

#include <functional>
#include <memory>
#include "MathDefs.h"
#include "serialization/archive.hpp"
#include "serialization/eigen-matrix.hpp"
#include "serialization/registeration.hpp"
Include dependency graph for curve_abc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ndcurves::curve_abc< Time, Numeric, Safe, Point, Point_derivate >
 Represents a curve of dimension Dim. If value of parameter Safe is false, no verification is made on the evaluation of the curve. More...
 

Namespaces

namespace  ndcurves
 

Functions

template<typename T >
bool ndcurves::isApprox (const T a, const T b, const T eps=1e-6)
 

Detailed Description

interface for a Curve of arbitrary dimension.

Author
Steve T.
Version
0.1
Date
06/17/2013

Interface for a curve