Home | History | Annotate | Download | only in Geometry

Lines Matching refs:ConstLinearPart

199   typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart;
372 inline ConstLinearPart linear() const { return ConstLinearPart(m_matrix,0,0); }