Home | History | Annotate | Download | only in src

Lines Matching refs:M_

680     Mat_<float> M_(M);
688 Mpt[i].x = M_(0,0)*pt[i].x + M_(0,1)*pt[i].y + M_(0,2);
689 Mpt[i].y = M_(1,0)*pt[i].x + M_(1,1)*pt[i].y + M_(1,2);
690 z = M_(2,0)*pt[i].x + M_(2,1)*pt[i].y + M_(2,2);