|
@@ -29,7 +29,7 @@ namespace igl
|
|
|
// V #V by 3 list of mesh vertex positions
|
|
// V #V by 3 list of mesh vertex positions
|
|
|
// F #F by 3 list of mesh faces (must be triangles)
|
|
// F #F by 3 list of mesh faces (must be triangles)
|
|
|
// b #b boundary indices into V
|
|
// b #b boundary indices into V
|
|
|
- // bc #b by 3 list of boundary values
|
|
|
|
|
|
|
+ // bc #b by 2 list of boundary values
|
|
|
// Outputs:
|
|
// Outputs:
|
|
|
// UV #V by 2 list of 2D mesh vertex positions in UV space
|
|
// UV #V by 2 list of 2D mesh vertex positions in UV space
|
|
|
// Q #Vx2 by #Vx2 symmetric positive semi-definite matrix for computing LSCM energy
|
|
// Q #Vx2 by #Vx2 symmetric positive semi-definite matrix for computing LSCM energy
|