Home | History | Annotate | Download | only in Geometry

Lines Matching refs:col

359   /** shortcut for m_matrix(row,col);
361 inline Scalar operator() (Index row, Index col) const { return m_matrix(row,col); }
362 /** shortcut for m_matrix(row,col);
364 inline Scalar& operator() (Index row, Index col) { return m_matrix(row,col); }
916 VectorType tmp = linear().col(0)*sy + linear().col(1);
917 linear() << linear().col(0) + linear().col(1)*sx, tmp;
1030 m.col(0) /= x;
1059 m.col(0) /= x;
1319 res.matrix().col(Dim) += other.col(Dim);
1351 res.translation() += other.col(Dim);
1431 res.matrix().col(Dim) += lhs.matrix().col(Dim);