Added one other meshlab type to the list of the float/double agnostic types: Segment3m

This commit is contained in:
Paolo Cignoni cignoni 2014-06-19 10:22:39 +00:00
parent fb20374135
commit 10db2e726e

View File

@ -63,6 +63,7 @@
typedef vcg::Point2<MESHLAB_SCALAR> Point2m;
typedef vcg::Point3<MESHLAB_SCALAR> Point3m;
typedef vcg::Plane3<MESHLAB_SCALAR> Plane3m;
typedef vcg::Segment3<MESHLAB_SCALAR> Segment3m;
typedef vcg::Box3<MESHLAB_SCALAR> Box3m;
typedef vcg::Matrix44<MESHLAB_SCALAR> Matrix44m;
typedef vcg::Matrix33<MESHLAB_SCALAR> Matrix33m;