|
From: Kevin M. <sub...@us...> - 2002-02-21 18:34:19
|
subatomic 2002/02/21 10:34:18 PST
Modified files:
modules/GMTL/gmtl VecOps.h
Log:
removed the isNormalized function when there is no epsillon.
this might lead to buggy code, since when something is normalized its
length probably has some error in it (i.e. it wont actually be 1.0
exactly).
a side effect of using lengthSquared is that you'll need to use a
slightly different epsillon.
Revision Changes Path
1.6 +3 -17 GGT/modules/GMTL/gmtl/VecOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecOps.h.diff?r1=1.5&r2=1.6&diff_format=l
|