Home
last modified time | relevance | path

Searched defs:EuclideanPoint (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/examples/
Dlibmv_bundle_adjuster.cc147 struct EuclideanPoint { struct
148 EuclideanPoint() : track(-1) {} in EuclideanPoint() argument
149 EuclideanPoint(const EuclideanPoint &p) : track(p.track), X(p.X) {} in EuclideanPoint() function
150 int track;
151 Vec3 X;