Home | History | Annotate | Download | only in Geometry

Lines Matching refs:MatrixBase

360     * \sa MatrixBase::operator(Index,Index) const */
363 * \sa MatrixBase::operator(Index,Index) */
491 /** \sa MatrixBase::setIdentity() */
504 inline Transform& scale(const MatrixBase<OtherDerived> &other);
507 inline Transform& prescale(const MatrixBase<OtherDerived> &other);
513 inline Transform& translate(const MatrixBase<OtherDerived> &other);
516 inline Transform& pretranslate(const MatrixBase<OtherDerived> &other);
556 Transform& fromPositionOrientationScale(const MatrixBase<PositionDerived> &position,
557 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale);
586 * \sa MatrixBase::isApprox() */
784 Transform<Scalar,Dim,Mode,Options>::scale(const MatrixBase<OtherDerived> &other)
811 Transform<Scalar,Dim,Mode,Options>::prescale(const MatrixBase<OtherDerived> &other)
838 Transform<Scalar,Dim,Mode,Options>::translate(const MatrixBase<OtherDerived> &other)
852 Transform<Scalar,Dim,Mode,Options>::pretranslate(const MatrixBase<OtherDerived> &other)
1070 Transform<Scalar,Dim,Mode,Options>::fromPositionOrientationScale(const MatrixBase<PositionDerived> &position,
1071 const OrientationType& orientation, const MatrixBase<ScaleDerived> &scale)
1117 * requires the generic inverse method of MatrixBase defined in the LU module. If
1120 * \sa MatrixBase::inverse()