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

  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 96 HLine line_u = HLine::Through(center + u, center + a*u); local
100 VERIFY_IS_APPROX(line_u.normal().norm(), Scalar(1));
103 Vector result = line_u.intersection(line_v);
109 PLine pl(line_u); // gcc 3.3 will commit suicide if we don't name this variable
111 converted_coeffs *= line_u.coeffs()(0)/converted_coeffs(0);
112 VERIFY(line_u.coeffs().isApprox(converted_coeffs));
  /external/eigen/test/
geo_hyperplane.cpp 97 HLine line_u = HLine::Through(center + u, center + a*u); local
101 VERIFY_IS_APPROX(line_u.normal().norm(), Scalar(1));
104 Vector result = line_u.intersection(line_v);
110 PLine pl(line_u); // gcc 3.3 will commit suicide if we don't name this variable
112 converted_coeffs *= (line_u.coeffs()[0])/(converted_coeffs[0]);
113 VERIFY(line_u.coeffs().isApprox(converted_coeffs));

Completed in 56 milliseconds