59 SECTION(
"Simple testof the API")
61 Eigen::MatrixXd points(4,3);
66 Eigen::MatrixXd normals(4,3);
72 WNShape wnshape(points,normals);
79 ori = wnshape.orientation(p);
83 auto ori2 = wnshape.orientation(q);
87 SECTION(
"Tesing with the GaussDigitizer")
89 Eigen::MatrixXd points(4,3);
94 Eigen::MatrixXd normals(4,3);
100 WNShape wnshape(points,normals);
103 gauss.
init(Z3i::RealPoint(0,0,0),Z3i::RealPoint(1.5,1.5,1.5), 0.5);