struct sophus::Ray::IntersectionResultΒΆ

#include <ray.h>

struct IntersectionResult {
    // fields

    double lambda;
    Eigen::Matrix<TScalar, kN, 1> point;
};