diff --git a/vcg/space/deprecated_point4.h b/vcg/space/deprecated_point4.h index e95182ec..6c6e89aa 100644 --- a/vcg/space/deprecated_point4.h +++ b/vcg/space/deprecated_point4.h @@ -145,6 +145,10 @@ public: { return _v; } + inline T * V() + { + return _v; + } inline const T & V ( const int i ) const { assert(i>=0 && i<4);