Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
cross.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "cross.cpp"
+ Include dependency graph for cross.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

IGL_INLINE void igl::cross (const double *a, const double *b, double *out)
 
template<typename DerivedA , typename DerivedB , typename DerivedC >
IGL_INLINE void igl::cross (const Eigen::PlainObjectBase< DerivedA > &A, const Eigen::PlainObjectBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedC > &C)