Searched defs:computeRotationScaling (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h237 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
594 * \sa computeRotationScaling(), computeScalingRotation(), class SVD
601 computeRotationScaling(&result, (LinearMatrixType*)0);
619 void Transform<Scalar,Dim>::computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const function in class:Eigen::Transform
646 * \sa computeRotationScaling(), rotation(), class SVD
/external/eigen/Eigen/src/Geometry/
H A DTransform.h552 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
991 * \sa computeRotationScaling(), computeScalingRotation(), class SVD
998 computeRotationScaling(&result, (LinearMatrixType*)0);
1016 void Transform<Scalar,Dim,Mode,Options>::computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const function in class:Eigen::Transform
1041 * \sa computeRotationScaling(), rotation(), class SVD

Completed in 305 milliseconds