missing type added
This commit is contained in:
parent
b7e6720706
commit
dca1252d91
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue