OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HLine
(Results
1 - 3
of
3
) 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();
/external/opencv3/doc/pattern_tools/
svgfig.py
[
all
...]
Completed in 57 milliseconds