OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotationMatrixType
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/Geometry/
RotationBase.h
33
typedef Matrix<Scalar,Dim,Dim>
RotationMatrixType
;
39
inline
RotationMatrixType
toRotationMatrix() const { return derived().toRotationMatrix(); }
49
inline
RotationMatrixType
operator*(const Scaling<Scalar,Dim>& s) const
Transform.h
236
template<typename
RotationMatrixType
, typename ScalingMatrixType>
237
void computeRotationScaling(
RotationMatrixType
*rotation, ScalingMatrixType *scaling) const;
238
template<typename ScalingMatrixType, typename
RotationMatrixType
>
239
void computeScalingRotation(ScalingMatrixType *scaling,
RotationMatrixType
*rotation) const;
618
template<typename
RotationMatrixType
, typename ScalingMatrixType>
619
void Transform<Scalar,Dim>::computeRotationScaling(
RotationMatrixType
*rotation, ScalingMatrixType *scaling) const
649
template<typename ScalingMatrixType, typename
RotationMatrixType
>
650
void Transform<Scalar,Dim>::computeScalingRotation(ScalingMatrixType *scaling,
RotationMatrixType
*rotation) const
/external/eigen/Eigen/src/Geometry/
RotationBase.h
37
typedef Matrix<Scalar,Dim,Dim>
RotationMatrixType
;
45
inline
RotationMatrixType
toRotationMatrix() const { return derived().toRotationMatrix(); }
50
inline
RotationMatrixType
matrix() const { return derived().toRotationMatrix(); }
60
inline
RotationMatrixType
operator*(const UniformScaling<Scalar>& s) const
76
inline
RotationMatrixType
operator*(const EigenBase<OtherDerived>& l, const Derived& r)
Transform.h
550
template<typename
RotationMatrixType
, typename ScalingMatrixType>
551
void computeRotationScaling(
RotationMatrixType
*rotation, ScalingMatrixType *scaling) const;
552
template<typename ScalingMatrixType, typename
RotationMatrixType
>
553
void computeScalingRotation(ScalingMatrixType *scaling,
RotationMatrixType
*rotation) const;
[
all
...]
Completed in 772 milliseconds