IMP
2.3.1
The Integrative Modeling Platform
IMP Mainpage
Modules
Applications
Related Pages
Groups
Classes
Files
Examples
Indexes
File List
File Members
IMP
Modules
Applications
All IMP Applications
Argument Index
Class Examples
Factory Index
Function Examples
Design example
Developer Guide
Installation
Introduction
Publications
ChangeLog
Tools
Dependencies
PMI changelog
Deprecated List
Groups
Classes
Files
File List
File Members
Examples
Indexes
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.
exception.h
Exception definitions and assertions.
VectorD.h
Simple D vector class.
base_macros.h
Various general useful macros for IMP.