IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
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-2017 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPALGEBRA_VECTOR_2D_H
9 #define IMPALGEBRA_VECTOR_2D_H
10 
11 #include <IMP/types.h>
12 #include <IMP/base_macros.h>
13 #include <IMP/exception.h>
14 
15 #include <cmath>
16 
17 #include "VectorD.h"
18 
19 IMPALGEBRA_BEGIN_NAMESPACE
20 
21 IMPALGEBRA_END_NAMESPACE
22 
23 #endif /* IMPALGEBRA_VECTOR_2D_H */
Basic types used by IMP.
Exception definitions and assertions.
Simple D vector class.
Various general useful macros for IMP.