Home
last modified time | relevance | path

Searched refs:line_u2 (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dgeo_hyperplane.cpp122 HLine line_u2(pl); in lines() local
123 CoeffsType converted_coeffs = line_u2.coeffs(); in lines()
124 if(line_u2.normal().dot(line_u.normal())<Scalar(0)) in lines()
125 converted_coeffs = -line_u2.coeffs(); in lines()