OpenStructure
|
#include <stdexcept>
#include <cassert>
#include <cstddef>
#include <ostream>
#include <vector>
#include <boost/operators.hpp>
#include <ost/config.hh>
#include <ost/geom/module_config.hh>
#include <ost/geom/exc.hh>
#include <ost/geom/vec3.hh>
#include <ost/geom/vec4.hh>
Go to the source code of this file.
Data Structures | |
class | Vec2 |
Namespaces | |
geom | |
Typedefs | |
typedef std::vector< Vec2 > | Vec2List |
Functions | |
Vec2 | operator/ (Real d, const Vec2 &v) |
std::ostream & | operator<< (std::ostream &os, const Vec2 &v) |