Changeset 19455

Show
Ignore:
Timestamp:
11/10/06 15:00:22 (2 years ago)
Author:
patrick
Message:

Updated for the introduction of expression templates in GMTL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vrj.net/trunk/src/gmtl-VecOps.h

    r15541 r19455  
    2121   typedef gmtl::VecBase<double, 4> VecBase4d; 
    2222 
    23    template float dot(const gmtl::Vec3f&, const gmtl::Vec3f&); 
    24    template float dot(const gmtl::Vec4f&, const gmtl::Vec4f&); 
     23   template float dot(const gmtl::VecBase3f&, const gmtl::VecBase3f&); 
     24   template float dot(const gmtl::VecBase4f&, const gmtl::VecBase4f&); 
    2525 
    2626   template float length(const gmtl::Vec3f&);