|
@@ -35,7 +35,7 @@ namespace igl
|
|
|
const Eigen::MatrixBase<DerivedEle> & Ele,
|
|
|
const typename DerivedEle::Index i,
|
|
|
Derivedsqr_d & sqr_d,
|
|
|
- Eigen::PlainObjectBase<Derivedc> & c);
|
|
|
+ Eigen::MatrixBase<Derivedc> & c);
|
|
|
// Determine squared distance from a point to linear simplex.
|
|
|
// Also return barycentric coordinate of closest point.
|
|
|
//
|