Template Function Sophus::SO3FromNormal

Function Documentation

template<class T>
SO3<T> Sophus::SO3FromNormal(Vector3<T> const &normal_foo)

Takes in plane normal in reference frame foo and constructs a corresponding rotation matrix R_foo_plane.

See rotationFromNormal for details.