class allowing to create a cubic hermite spline of any dimension. More...
#include "ndcurves/fwd.h"
Go to the source code of this file.
Namespaces | |
namespace | ndcurves |
Functions | |
Eigen::Vector3d | ndcurves::cross (const Eigen::VectorXd &a, const Eigen::VectorXd &b) |
Eigen::Vector3d | ndcurves::cross (const Eigen::Vector3d &a, const Eigen::Vector3d &b) |
Eigen::Vector3f | ndcurves::cross (const Eigen::Vector3f &a, const Eigen::Vector3f &b) |
template<typename N , bool S> | |
linear_variable< N, S > | ndcurves::cross (const linear_variable< N, S > &a, const linear_variable< N, S > &b) |
class allowing to create a cubic hermite spline of any dimension.