Home
last modified time | relevance | path

Searched refs:PD2out (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dcomb_cross_field.cpp78 Eigen::PlainObjectBase<DerivedV> &PD2out) in comb() argument
83 PD2out.setZero(F.rows(),3);PD2out<<PD2; in comb()
119 PD2out.row(f1) = n1.cross(targD).normalized(); in comb()
145 Eigen::PlainObjectBase<DerivedV> &PD2out) in comb_cross_field() argument
148 cmb.comb(PD1out, PD2out); in comb_cross_field()
H A Dcomb_cross_field.h35 Eigen::PlainObjectBase<DerivedV> &PD2out);
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dcomb_cross_field.cpp78 Eigen::PlainObjectBase<DerivedV> &PD2out) in comb() argument
83 PD2out.setZero(F.rows(),3);PD2out<<PD2; in comb()
113 PD2out.row(f1) = n1.cross(targD).normalized(); in comb()
138 Eigen::PlainObjectBase<DerivedV> &PD2out) in comb_cross_field() argument
141 cmb.comb(PD1out, PD2out); in comb_cross_field()
H A Dcomb_cross_field.h35 Eigen::PlainObjectBase<DerivedV> &PD2out);
/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_comb_cross_field.cpp15 Eigen::MatrixXd &PD2out
18 return igl::comb_cross_field(V,F,PD1in,PD2in,PD1out,PD2out); in __anon99848c690102()