missing type added

This commit is contained in:
ganovelli 2005-12-12 11:24:09 +00:00
parent b7e6720706
commit dca1252d91
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.1 2004/03/16 03:08:17 tarini
first version
****************************************************************************/ ****************************************************************************/
@ -49,7 +52,7 @@ namespace vcg {
template <class T> template <class T>
class Linear{ class Linear{
public: public:
typedef ScalarType; typedef T ScalarType;
inline void Zero(); inline void Zero();
T operator + ( T const & p) const; T operator + ( T const & p) const;
T operator - ( T const & p) const; T operator - ( T const & p) const;