|
IMP Reference Guide
2.23.0
The Integrative Modeling Platform
|
Simple D vector class. More...
#include <IMP/algebra/algebra_config.h>#include "GeometricPrimitiveD.h"#include <IMP/check_macros.h>#include <IMP/exception.h>#include <IMP/random.h>#include <IMP/utility.h>#include <IMP/types.h>#include <boost/random/variate_generator.hpp>#include <boost/random/normal_distribution.hpp>#include <boost/range.hpp>#include <cereal/access.hpp>#include "internal/vector.h"#include <limits>#include <cmath>
Include dependency graph for VectorBaseD.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::algebra::VectorBaseD< D > |
| A Cartesian vector in D-dimensions. More... | |
Namespaces | |
| IMP | |
| Base functionality and abstract base classes for representation, scoring and sampling. | |
| IMP::algebra | |
| General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Functions | |
| template<class VT > | |
| double | IMP::algebra::get_magnitude_and_normalize_in_place (VT &vt) |
| Returns the magnitude of vt and turns it to a unit vector in place. More... | |
| template<class VT > | |
| VT | IMP::algebra::get_unit_vector (VT vt) |
| Returns a unit vector pointing at the same direction as this vector. More... | |
Simple D vector class.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file VectorBaseD.h.