typedef ScalarType ScalarType; was a problem on g++

This commit is contained in:
Federico Ponchio 2004-10-25 16:23:51 +00:00
parent d4e5b26c12
commit 8de360b0ac
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.2 2004/10/25 16:15:59 ganovelli
template changed
Revision 1.1 2004/09/14 19:48:27 ganovelli Revision 1.1 2004/09/14 19:48:27 ganovelli
created created
@ -39,11 +42,11 @@ namespace vcg {
namespace math { namespace math {
template<typename ScalarType> template<typename Scalar>
class Quadric class Quadric
{ {
public: public:
typedef ScalarType ScalarType; typedef Scalar ScalarType;
ScalarType a[6]; // Matrice 3x3 simmetrica: a11 a12 a13 a22 a23 a33 ScalarType a[6]; // Matrice 3x3 simmetrica: a11 a12 a13 a22 a23 a33
ScalarType b[3]; // Vettore r3 ScalarType b[3]; // Vettore r3
ScalarType c; // Fattore scalare (se -1 quadrica nulla) ScalarType c; // Fattore scalare (se -1 quadrica nulla)