define updated
This commit is contained in:
parent
ccce11f1e0
commit
ebdf01794a
|
@ -1,5 +1,5 @@
|
||||||
#ifndef __VCGLIB_VERTEX__VCVN__TYPE
|
#ifndef __VCGLIB_VERTEX__VCVMVNVQ__TYPE
|
||||||
#define __VCGLIB_VERTEX__VCVN__TYPE
|
#define __VCGLIB_VERTEX__VCVMVNVQ__TYPE
|
||||||
|
|
||||||
|
|
||||||
#define VERTEX_TYPE VertexVCVMVNVQ
|
#define VERTEX_TYPE VertexVCVMVNVQ
|
||||||
|
@ -20,13 +20,8 @@
|
||||||
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
|
typedef VertexVCVMVNVQ<float> VertexVCVMVNVQf;
|
||||||
template < class VETYPE, class VFTYPE, class VTTYPE>
|
typedef VertexVCVMVNVQ<double> VertexVCVMVNVQd;
|
||||||
class VertexVCVMVNVQf : public VertexVCVMVNVQ<float,VETYPE,VFTYPE,VTTYPE> {};
|
|
||||||
|
|
||||||
template < class VETYPE, class VFTYPE, class VTTYPE>
|
|
||||||
class VertexVCVMVNVQd : public VertexVCVMVNVQ<double,VETYPE,VFTYPE,VTTYPE> {};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue