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

/inkscape/src/2geom/
H A Dintersection.h3 * \brief Intersection utilities
43 /** @brief Intersection between two shapes.
46 class Intersection class in namespace:Geom
47 : boost::totally_ordered< Intersection<TimeA, TimeB> >
54 Intersection(TA const &sa, TB const &sb, TimeA const &ta, TimeB const &tb) function in class:Geom::Intersection
61 Intersection(TimeA const &ta, TimeB const &tb, Point const &p) function in class:Geom::Intersection
67 /// Intersection point, as calculated by the intersection algorithm.
76 friend inline void swap(Intersection &a, Intersection &b) {
83 bool operator==(Intersection cons
117 transpose(std::vector< Intersection<B, A> > const &in) argument
126 transpose_in_place(std::vector< Intersection<T, T> > &xs) argument
[all...]

Completed in 15 milliseconds