Lines Matching refs:MatrixBase
24 * It is the return type of MatrixBase::homogeneous() and most of the time
27 * \sa MatrixBase::homogeneous()
62 : public MatrixBase<Homogeneous<MatrixType,_Direction> >
68 typedef MatrixBase<Homogeneous> Base;
88 operator* (const MatrixBase<Rhs>& rhs) const
96 operator* (const MatrixBase<Lhs>& lhs, const Homogeneous& rhs)
126 inline typename MatrixBase<Derived>::HomogeneousReturnType
127 MatrixBase<Derived>::homogeneous() const
140 * \sa MatrixBase::homogeneous() */
157 inline const typename MatrixBase<Derived>::HNormalizedReturnType
158 MatrixBase<Derived>::hnormalized() const
173 * \sa MatrixBase::hnormalized() */