Home
last modified time | relevance | path

Searched refs:PD2_combed (Results 1 – 14 of 14) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dcross_field_missmatch.cpp123 DerivedV PD2_combed; in cross_field_missmatch() local
126 igl::comb_cross_field(V,F,PD1,PD2,PD1_combed,PD2_combed); in cross_field_missmatch()
130 PD2_combed = PD2; in cross_field_missmatch()
132 igl::MissMatchCalculator<DerivedV, DerivedF, DerivedM> sf(V, F, PD1_combed, PD2_combed); in cross_field_missmatch()
H A Dcomb_frame_field.cpp26 Eigen::PlainObjectBase<DerivedP> &PD2_combed) in comb_frame_field() argument
32 PD2_combed.resize(BIS2_combed.rows(),3); in comb_frame_field()
69 PD2_combed.row(i) = DIRs.row(M); in comb_frame_field()
H A Dline_field_missmatch.cpp127 DerivedV PD2_combed; in line_field_missmatch() local
137 PD2_combed = igl::rotate_vectors(PD1_combed, Eigen::VectorXd::Constant(1,igl::PI/2), B1, B2); in line_field_missmatch()
138 igl::MissMatchCalculatorLine<DerivedV, DerivedF, DerivedO> sf(V, F, PD1_combed, PD2_combed); in line_field_missmatch()
H A Dcomb_frame_field.h41 Eigen::PlainObjectBase<DerivedP> &PD2_combed);
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dcross_field_mismatch.cpp113 DerivedV PD2_combed; in cross_field_mismatch() local
116 igl::comb_cross_field(V,F,PD1,PD2,PD1_combed,PD2_combed); in cross_field_mismatch()
120 PD2_combed = PD2; in cross_field_mismatch()
122 igl::MismatchCalculator<DerivedV, DerivedF, DerivedM> sf(V, F, PD1_combed, PD2_combed); in cross_field_mismatch()
H A Dcomb_frame_field.cpp26 Eigen::PlainObjectBase<DerivedP> &PD2_combed) in comb_frame_field() argument
32 PD2_combed.resize(BIS2_combed.rows(),3); in comb_frame_field()
69 PD2_combed.row(i) = DIRs.row(M); in comb_frame_field()
H A Dline_field_mismatch.cpp127 DerivedV PD2_combed; in line_field_mismatch() local
137 PD2_combed = igl::rotate_vectors(PD1_combed, Eigen::VectorXd::Constant(1,igl::PI/2), B1, B2); in line_field_mismatch()
138 igl::MismatchCalculatorLine<DerivedV, DerivedF, DerivedO> sf(V, F, PD1_combed, PD2_combed); in line_field_mismatch()
H A Dcomb_frame_field.h41 Eigen::PlainObjectBase<DerivedP> &PD2_combed);
/dports/graphics/wings/libigl-2.1.0/python/py_igl/
H A Dpy_comb_frame_field.cpp17 Eigen::MatrixXd &PD2_combed
20 return igl::comb_frame_field(V,F,PD1,PD2,BIS1_combed,BIS2_combed,PD1_combed,PD2_combed); in __anonbb6236ca0102()
/dports/graphics/wings/libigl-2.1.0/python/py_igl/copyleft/comiso/
H A Dpy_miq.cpp38 const Eigen::MatrixXd &PD2_combed,
58 …igl::copyleft::comiso::miq(V, F, PD1_combed, PD2_combed, mismatch, singular, seams, UV, FUV, gradi… in __anon610b85910202()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/comiso/
H A Dmiq.h102 const Eigen::PlainObjectBase<DerivedV> &PD2_combed,
H A Dmiq.cpp327 const Eigen::PlainObjectBase<DerivedV> &PD2_combed,
1184 const Eigen::PlainObjectBase<DerivedV> &PD2_combed, in MIQ_class() argument
1220 PD2_combed, in MIQ_class()
1441 const Eigen::PlainObjectBase<DerivedV> &PD2_combed, in miq() argument
1462 PD2_combed, in miq()
1515 DerivedV PD1_combed, PD2_combed; in miq() local
1516 igl::comb_frame_field(V, F, PD1, PD2, BIS1_combed, BIS2_combed, PD1_combed, PD2_combed); in miq()
1521 PD2_combed, in miq()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/comiso/
H A Dmiq.h79 const Eigen::PlainObjectBase<DerivedV> &PD2_combed,
H A Dmiq.cpp318 const Eigen::PlainObjectBase<DerivedV> &PD2_combed,
1176 … const Eigen::PlainObjectBase<DerivedV> &PD2_combed, in MIQ_class() argument
1212 PD2_combed, in MIQ_class()
1431 const Eigen::PlainObjectBase<DerivedV> &PD2_combed, in miq() argument
1452 PD2_combed, in miq()
1505 DerivedV PD1_combed, PD2_combed; in miq() local
1506 igl::comb_frame_field(V, F, PD1, PD2, BIS1_combed, BIS2_combed, PD1_combed, PD2_combed); in miq()
1511 PD2_combed, in miq()