Go to the source code of this file.
|
template<class TScalar > |
auto | sophus::rotThroughPoints (UnitVector3< TScalar > const &from, UnitVector3< TScalar > const &to) -> Rotation3< TScalar > |
| Construct rotation which would take unit direction vector from into to such that to = rotThroughPoints(from,to) * from . I.e. that the rotated point from is colinear with to (equal up to scale) More...
|
|
template<class TScalar > |
auto | sophus::rotThroughPoints (Eigen::Vector< TScalar, 3 > const &from, Eigen::Vector< TScalar, 3 > const &to) -> Rotation3< TScalar > |
| Construct rotation which would take direction vector from into to such that to \propto rotThroughPoints(from,to) * from . I.e. that the rotated point from is colinear with to (equal up to scale) More...
|
|