IMP
2.2.0
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
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-2014 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
IMPALGEBRA_END_NAMESPACE
22
23
#endif
/* IMPALGEBRA_VECTOR_2D_H */
types.h
Basic types used by IMP.
base_macros.h
Various general useful macros for IMP.
VectorD.h
Simple D vector class.
exception.h
Exception definitions and assertions.