|
IMP
2.0.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 |
Namespaces | |
| namespace | IMP |
| All IMP::kernel code is brought into the IMP namespace. | |
| namespace | IMP::algebra |
| See IMP.algebra Overview for more information. | |
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 | |