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

class allowing to create a cubic hermite spline of any dimension. More...

#include "ndcurves/fwd.h"
Include dependency graph for cross_implementation.h:
This graph shows which files directly or indirectly include this file:

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, Sndcurves::cross (const linear_variable< N, S > &a, const linear_variable< N, S > &b)
 

Detailed Description

class allowing to create a cubic hermite spline of any dimension.

Author
Steve Tonneau
Date
09/2020