diff --git a/vcg/space/distance3.h b/vcg/space/distance3.h index 5bb005ee..203710db 100644 --- a/vcg/space/distance3.h +++ b/vcg/space/distance3.h @@ -337,9 +337,9 @@ void SegmentSegmentDistance(const vcg::Segment3 &s0, */ template void TrianglePointDistance(const vcg::Triangle3 &t, - const typename vcg::Point3 & q, - typename ScalarType & dist, - typename vcg::Point3 & closest ) + const typename vcg::Point3 & q, + ScalarType & dist, + typename vcg::Point3 & closest ) { typedef typename vcg::Point3 CoordType; @@ -501,4 +501,4 @@ void TriangleTriangleDistance(const vcg::Triangle3 &t0, }///end namespace vcg -#endif \ No newline at end of file +#endif