Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/make/
Dmake.hpp24 model::infinite_line<Type> make_infinite_line(Coordinate const& x1, in make_infinite_line()
27 model::infinite_line<Type> result; in make_infinite_line()
36 model::infinite_line<Type> make_infinite_line(Point const& a, Point const& b) in make_infinite_line()
44 model::infinite_line<Type> make_infinite_line(Segment const& segment) in make_infinite_line()
54 model::infinite_line<Type> make_perpendicular_line(Point const& a, Point const& b, Point const& c) in make_perpendicular_line()
57 model::infinite_line<Type> const line = make_infinite_line<Type>(a, b); in make_perpendicular_line()
58 model::infinite_line<Type> result; in make_perpendicular_line()
/third_party/boost/boost/geometry/arithmetic/
Dinfinite_line_functions.hpp28 inline bool intersection_point(model::infinite_line<Type> const& p, in intersection_point()
29 model::infinite_line<Type> const& q, Point& ip) in intersection_point()
54 side_value(model::infinite_line<Type> const& line, in side_value()
74 side_value(model::infinite_line<Type> const& line, Point const& p) in side_value()
80 inline bool is_degenerate(const model::infinite_line<Type>& line) in is_degenerate()
/third_party/boost/libs/geometry/test/arithmetic/
Dinfinite_line_functions.cpp34 void verify_point_on_line(bg::model::infinite_line<T> const& line, in verify_point_on_line()
44 typedef bg::model::infinite_line<T> line_type; in test_side_value()
81 typedef bg::model::infinite_line<T> line_type; in test_get_intersection()
102 typedef bg::model::infinite_line<T> line_type; in test_degenerate()
/third_party/boost/boost/geometry/geometries/
Dinfinite_line.hpp25 struct infinite_line struct
27 infinite_line() in infinite_line() function
/third_party/boost/libs/geometry/test/geometries/
Dinfinite_line.cpp33 void verify_point_on_line(bg::model::infinite_line<T> const& line, in verify_point_on_line()
43 typedef bg::model::infinite_line<T> line_type; in test_make()
DJamfile.v230 [ run infinite_line.cpp : : : : geometries_infinite_line ]
DJamfile39 [ run infinite_line.cpp : : : : geometries_infinite_line ]
/third_party/boost/boost/geometry/algorithms/detail/buffer/
Dline_line_intersection.hpp35 typedef model::infinite_line<ct> line_type; in apply()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_distance_measure.hpp110 typedef model::infinite_line<CalculationType> line_type; in apply()
/third_party/boost/boost/geometry/strategies/cartesian/
Dturn_in_ring_winding.hpp120 typedef model::infinite_line<CalculationType> line_type; in apply_on_boundary()
/third_party/boost/boost/geometry/algorithms/detail/
Ddirection_code.hpp55 typedef model::infinite_line<calc_t> line_type; in apply()