IMP logo
IMP Reference Guide  develop.eb1b99edaa,2026/06/25
The Integrative Modeling Platform
VectorBaseD.h
Go to the documentation of this file.
1 /**
2  * \file IMP/algebra/VectorBaseD.h \brief Simple D vector class.
3  *
4  * Copyright 2007-2026 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPALGEBRA_VECTOR_BASE_D_H
9 #define IMPALGEBRA_VECTOR_BASE_D_H
10 
11 #include <IMP/algebra/algebra_config.h>
12 #include <IMP/internal/VectorBaseD.h>
13 
14 IMPALGEBRA_BEGIN_NAMESPACE
15 
16 IMPALGEBRA_DEPRECATED_HEADER(2.25, "Use IMP/internal/VectorBaseD.h instead")
17 
18 using IMP::internal::VectorBaseD;
19 using IMP::internal::get_unit_vector;
20 using IMP::internal::get_magnitude_and_normalize_in_place;
21 
22 IMPALGEBRA_END_NAMESPACE
23 
24 #endif /* IMPALGEBRA_VECTOR_BASE_D_H */