From e3db01f035d19653bd26e1e4ce72711498eb2d8e Mon Sep 17 00:00:00 2001 From: gianpaolopalma Date: Mon, 26 Oct 2015 12:54:19 +0000 Subject: [PATCH] Added method "S* V()" --- vcg/space/deprecated_point.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcg/space/deprecated_point.h b/vcg/space/deprecated_point.h index ed202318..66b4b289 100644 --- a/vcg/space/deprecated_point.h +++ b/vcg/space/deprecated_point.h @@ -177,6 +177,10 @@ public: { return _v; } + inline S * V() + { + return _v; + } inline S & V( const int i ) { assert(i>=0 && i