Template Function Sophus::makeHyperplaneUnique

Function Documentation

template<class T, int N>
Eigen::Hyperplane<T, N> Sophus::makeHyperplaneUnique(Eigen::Hyperplane<T, N> const &plane)

Takes in a hyperplane and returns unique representation by ensuring that the offset is not negative.