Changeset 19454

Show
Ignore:
Timestamp:
11/10/06 14:59:54 (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-Generate.h

    r15541 r19454  
    9595                                            double, double, double); 
    9696 
    97    template gmtl::Matrix44f& setTrans(gmtl::Matrix44f&, const gmtl::Vec3f&); 
    98    template gmtl::Matrix44d& setTrans(gmtl::Matrix44d&, const gmtl::Vec3d&); 
     97   template gmtl::Matrix44f& setTrans(gmtl::Matrix44f&, const gmtl::VecBase3f&); 
     98   template gmtl::Matrix44d& setTrans(gmtl::Matrix44d&, const gmtl::VecBase3d&); 
    9999 
    100100   template gmtl::Matrix44f& setScale(gmtl::Matrix44f&, const gmtl::Vec3f&);