shotf and shotd are TYPEDEF not SUBCLASS !!!
This commit is contained in:
parent
f646abea7b
commit
a9db0be12d
|
@ -402,8 +402,8 @@ S Shot<S,RotationType>::Depth(const vcg::Point3<S> & p)const
|
||||||
|
|
||||||
|
|
||||||
//--- utility definitions
|
//--- utility definitions
|
||||||
class Shotf: public Shot<float>{};
|
typedef Shot<float> Shotf;
|
||||||
class Shotd: public Shot<double>{};
|
typedef Shot<double> Shotd;
|
||||||
//-----------------------
|
//-----------------------
|
||||||
|
|
||||||
} // end name space
|
} // end name space
|
||||||
|
|
Loading…
Reference in New Issue