From 10db2e726e7347fd2b0af72db29ce17637d994b7 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Thu, 19 Jun 2014 10:22:39 +0000 Subject: [PATCH] Added one other meshlab type to the list of the float/double agnostic types: Segment3m --- src/common/meshmodel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/meshmodel.h b/src/common/meshmodel.h index 90d7b09bd..bac03c8cd 100644 --- a/src/common/meshmodel.h +++ b/src/common/meshmodel.h @@ -63,6 +63,7 @@ typedef vcg::Point2 Point2m; typedef vcg::Point3 Point3m; typedef vcg::Plane3 Plane3m; +typedef vcg::Segment3 Segment3m; typedef vcg::Box3 Box3m; typedef vcg::Matrix44 Matrix44m; typedef vcg::Matrix33 Matrix33m;