IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Vector2D.h
Go to the documentation of this file.
1
/**
2
* \file IMP/algebra/Vector2D.h \brief Simple 2D vector class.
3
*
4
* Copyright 2007-2013 IMP Inventors. All rights reserved.
5
*
6
*/
7
8
#ifndef IMPALGEBRA_VECTOR_2D_H
9
#define IMPALGEBRA_VECTOR_2D_H
10
11
#include <
IMP/base/types.h
>
12
#include <
IMP/base/base_macros.h
>
13
#include <
IMP/base/exception.h
>
14
15
#include <cmath>
16
17
#include "
VectorD.h
"
18
19
IMPALGEBRA_BEGIN_NAMESPACE
20
21
22
IMPALGEBRA_END_NAMESPACE
23
24
#endif
/* IMPALGEBRA_VECTOR_2D_H */