Inkscape
Vector Graphics Editor
|
Intersection utilities. More...
Go to the source code of this file.
Classes | |
class | Geom::Intersection< TimeA, TimeB > |
Intersection between two shapes. More... | |
struct | Geom::ShapeTraits< T > |
Namespaces | |
namespace | Geom |
Various utility functions. | |
Typedefs | |
typedef Intersection | Geom::ShapeIntersection |
Functions | |
template<typename A , typename B > | |
std::vector< Intersection< A, B > > | Geom::transpose (std::vector< Intersection< B, A > > const &in) |
template<typename T > | |
void | Geom::transpose_in_place (std::vector< Intersection< T, T > > &xs) |
Intersection utilities.
Definition in file intersection.h.