47 boost::shared_ptr<ImageStateImpl<T,D> > nisi = isi.
CloneState(
false);
49 Mat4 imat = tf_.InverseMatrix();
51 if(offset_==Vec3(0.0,0.0,0.0)) {
54 Vec3 vold_norm=Vec3(imat * Vec4(p.
ToVec3()));
60 Vec3 vold_norm=Vec3(imat * Vec4(p.
ToVec3()-offset_))+offset_;