subatomic 2003/03/06 07:36:51 PST
Modified files:
modules/GMTL/gmtl Tri.h
Log:
added set( point, point, point ) to tri for completeness,
since it has a constructor that takes all three. before the only way to
set all three was to do tri = gmtl::Tri<float>( p0, p1, p2 ).
I didn't add the set( Tri ) method, because you can do a operator= to get
the same result.
also added typedefs for Trif, Trid
Revision Changes Path
1.10 +24 -2 GGT/modules/GMTL/gmtl/Tri.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Tri.h.diff?r1=1.9&r2=1.10&diff_format=l
|