home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.14.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
algebra
version 2.14.0
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-2020 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 */
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.