|
@@ -143,7 +143,7 @@ IGL_INLINE void igl::per_vertex_point_to_plane_quadrics(
|
|
|
assert(N.rows() == ev.size()-2);
|
|
assert(N.rows() == ev.size()-2);
|
|
|
Eigen::MatrixXd S(N.rows()+1,ev.size());
|
|
Eigen::MatrixXd S(N.rows()+1,ev.size());
|
|
|
S<<ev,N;
|
|
S<<ev,N;
|
|
|
- Quadric boundary_edge_quadric = subspace_quadric(p,S,length);
|
|
|
|
|
|
|
+ Quadric boundary_edge_quadric = subspace_quadric(p,S,length*length);
|
|
|
for(int c = 0;c<3;c++)
|
|
for(int c = 0;c<3;c++)
|
|
|
{
|
|
{
|
|
|
if(c != infinite_corner)
|
|
if(c != infinite_corner)
|