IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Simple 3D plane class. More...
#include <IMP/algebra/algebra_config.h>
#include "Vector3D.h"
#include "BoundingBoxD.h"
#include "GeometricPrimitiveD.h"
Go to the source code of this file.
Classes | |
class | IMP::algebra::Plane3D |
Represent a plane in 3D. 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. | |
Typedefs | |
typedef IMP::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... | |