libigl v2.5.0
|
Go to the source code of this file.
Namespaces | |
namespace | igl |
Functions | |
void | igl::cross (const double *a, const double *b, double *out) |
Cross product; out = cross(a,b) | |
template<typename DerivedA , typename DerivedB , typename DerivedC > | |
void | igl::cross (const Eigen::PlainObjectBase< DerivedA > &A, const Eigen::PlainObjectBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedC > &C) |
Computes rowwise cross product C = cross(A,B,2);. | |