Template Function Sophus::SO2FromNormal

Function Documentation

template<class T>
SO2<T> Sophus::SO2FromNormal(Vector2<T> normal_foo)

Takes in line normal in reference frame foo and constructs a corresponding rotation matrix R_foo_line.

Precondition: normal_foo must not be close to zero.