Searched defs:line_u (Results 1 - 2 of 2) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_hyperplane.cpp96 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/
H A Dgeo_hyperplane.cpp97 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 72 milliseconds