Home | History | Annotate | Download | only in Geometry

Lines Matching refs:MatrixBase

21   * \sa MatrixBase::cross3()
25 inline typename MatrixBase<Derived>::template cross_product_return_type<OtherDerived>::type
26 MatrixBase<Derived>::cross(const MatrixBase<OtherDerived>& other) const
69 * \sa MatrixBase::cross()
73 inline typename MatrixBase<Derived>::PlainObject
74 MatrixBase<Derived>::cross3(const MatrixBase<OtherDerived>& other) const
97 * \sa MatrixBase::cross() */
101 VectorwiseOp<ExpressionType,Direction>::cross(const MatrixBase<OtherDerived>& other) const
209 typename MatrixBase<Derived>::PlainObject
210 MatrixBase<Derived>::unitOrthogonal() const