![]() |
IMP
2.3.1
The Integrative Modeling Platform
|
Simple 3D plane class. More...
#include <IMP/algebra/algebra_config.h>#include "Vector3D.h"#include "BoundingBoxD.h"#include "GeometricPrimitiveD.h"
Include dependency graph for Plane3D.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | IMP::algebra::Plane3D |
| Represent a plane in 3D. More... | |
Namespaces | |
| IMP | |
| Synonym for IMP::kernel. | |
| IMP::algebra | |
| General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules. | |
Typedefs | |
| typedef IMP::base::Vector < Plane3D > | IMP::algebra::Plane3Ds |
Functions | |
| double | IMP::algebra::get_distance (const Plane3D &pln, const Vector3D &p) |
| Return the distance between a plane and a point in 3D. More... | |
| Vector3D | IMP::algebra::get_reflected (const Plane3D &pln, const Vector3D &p) |
| Return the point reflected about the plane. More... | |