HomeSort by relevance Sort by last modified time
    Searched refs:HLine (Results 1 - 2 of 2) sorted by null

  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 81 typedef Hyperplane<Scalar, 2> HLine;
96 HLine line_u = HLine::Through(center + u, center + a*u);
97 HLine line_v = HLine::Through(center + v, center + a*v);
110 CoeffsType converted_coeffs(HLine(pl).coeffs());
  /external/eigen/test/
geo_hyperplane.cpp 82 typedef Hyperplane<Scalar, 2> HLine;
97 HLine line_u = HLine::Through(center + u, center + a*u);
98 HLine line_v = HLine::Through(center + v, center + a*v);
111 CoeffsType converted_coeffs = HLine(pl).coeffs();

Completed in 54 milliseconds