HomeSort by relevance Sort by last modified time
    Searched defs:computeRotationScaling (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 237 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
646 * \sa computeRotationScaling(), rotation(), class SVD
  /external/eigen/Eigen/src/Geometry/
Transform.h 551 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
    [all...]

Completed in 399 milliseconds