mistype fix

pull/1453/head
ozantonkal 12 years ago
parent 1b51ee385b
commit 01086323b0
  1. 2
      modules/viz/src/q/viz3d_impl.hpp

@ -493,7 +493,7 @@ struct ApplyAffine
const Affine3f& affine_;
ApplyAffine(const Affine3f& affine) : affine_(affine) {}
template<typename _Tp> Point3_<_Tp> operator()(const Point3_<_Tp>& p) { return affine * p; }
template<typename _Tp> Point3_<_Tp> operator()(const Point3_<_Tp>& p) { return affine_ * p; }
template<typename _Tp> Vec<_Tp, 3> operator()(const Vec<_Tp, 3>& v)
{

Loading…
Cancel
Save