Homogeneous.h | 17 * \class Homogeneous 19 * \brief Expression of one (or a set of) homogeneous vector(s) 21 * \param MatrixType the type of the object in which we are making homogeneous 23 * This class represents an expression of one (or a set of) homogeneous vector(s). 24 * It is the return type of MatrixBase::homogeneous() and most of the time 27 * \sa MatrixBase::homogeneous() 33 struct traits<Homogeneous<MatrixType,Direction> > 61 template<typename MatrixType,int _Direction> class Homogeneous 62 : internal::no_assignment_operator, public MatrixBase<Homogeneous<MatrixType,_Direction> > 68 typedef MatrixBase<Homogeneous> Base 127 MatrixBase<Derived>::homogeneous() const function in class:Eigen::MatrixBase 143 VectorwiseOp<ExpressionType,Direction>::homogeneous() const function in class:Eigen::VectorwiseOp [all...] |