Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
class | Geom::NL::detail::BaseVectorImpl |
class | Geom::NL::detail::VectorImpl |
class | Geom::NL::Vector |
class | Geom::NL::ConstVectorView |
class | Geom::NL::VectorView |
Namespaces | |
namespace | Geom |
Various utility functions. | |
namespace | Geom::NL |
namespace | Geom::NL::detail |
Functions | |
bool | Geom::NL::detail::operator== (BaseVectorImpl const &v1, BaseVectorImpl const &v2) |
template<class charT > | |
std::basic_ostream< charT > & | Geom::NL::detail::operator<< (std::basic_ostream< charT > &os, const BaseVectorImpl &_vector) |
double | Geom::NL::detail::dot (BaseVectorImpl const &v1, BaseVectorImpl const &v2) |
void | Geom::NL::swap (Vector &v1, Vector &v2) |
void | Geom::NL::swap_any (Vector &v1, Vector &v2) |
void | Geom::NL::swap_view (VectorView &v1, VectorView &v2) |
const VectorView & | Geom::NL::const_vector_view_cast (const ConstVectorView &view) |
VectorView & | Geom::NL::const_vector_view_cast (ConstVectorView &view) |