Home
last modified time | relevance | path

Searched refs:PD1out (Results 1 – 9 of 9) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dcomb_line_field.cpp71 inline void comb(Eigen::PlainObjectBase<DerivedV> &PD1out) in comb() argument
73 PD1out.setZero(F.rows(),3);PD1out<<PD1; in comb()
92 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir0 = PD1out.row(f0); in comb()
93 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir1 = PD1out.row(f1); in comb()
101 PD1out.row(f1) = targD; in comb()
124 Eigen::PlainObjectBase<DerivedV> &PD1out) in comb_line_field() argument
127 cmb.comb(PD1out); in comb_line_field()
H A Dcomb_cross_field.cpp77 inline void comb(Eigen::PlainObjectBase<DerivedV> &PD1out, in comb() argument
82 PD1out.setZero(F.rows(),3);PD1out<<PD1; in comb()
102 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir0 = PD1out.row(f0); in comb()
103 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir1 = PD1out.row(f1); in comb()
112 PD1out.row(f1) = targD; in comb()
137 Eigen::PlainObjectBase<DerivedV> &PD1out, in comb_cross_field() argument
141 cmb.comb(PD1out, PD2out); in comb_cross_field()
H A Dcomb_line_field.h33 Eigen::PlainObjectBase<DerivedV> &PD1out);
H A Dcomb_cross_field.h34 Eigen::PlainObjectBase<DerivedV> &PD1out,
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dcomb_line_field.cpp71 inline void comb(Eigen::PlainObjectBase<DerivedV> &PD1out) in comb() argument
73 PD1out.setZero(F.rows(),3);PD1out<<PD1; in comb()
92 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir0 = PD1out.row(f0); in comb()
93 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir1 = PD1out.row(f1); in comb()
101 PD1out.row(f1) = targD; in comb()
124 Eigen::PlainObjectBase<DerivedV> &PD1out) in comb_line_field() argument
127 cmb.comb(PD1out); in comb_line_field()
H A Dcomb_cross_field.cpp77 inline void comb(Eigen::PlainObjectBase<DerivedV> &PD1out, in comb() argument
82 PD1out.setZero(F.rows(),3);PD1out<<PD1; in comb()
108 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir0 = PD1out.row(f0); in comb()
109 Eigen::Matrix<typename DerivedV::Scalar, 3, 1> dir1 = PD1out.row(f1); in comb()
118 PD1out.row(f1) = targD; in comb()
144 Eigen::PlainObjectBase<DerivedV> &PD1out, in comb_cross_field() argument
148 cmb.comb(PD1out, PD2out); in comb_cross_field()
H A Dcomb_line_field.h33 Eigen::PlainObjectBase<DerivedV> &PD1out);
H A Dcomb_cross_field.h34 Eigen::PlainObjectBase<DerivedV> &PD1out,
/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_comb_cross_field.cpp14 Eigen::MatrixXd &PD1out,
18 return igl::comb_cross_field(V,F,PD1in,PD2in,PD1out,PD2out); in __anon99848c690102()