IMP
2.1.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 |
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::algebra | |
See IMP.algebra for more information. | |
Typedefs | |
typedef IMP::base::Vector < Plane3D > | IMP::algebra::Plane3Ds |
Functions | |
double | IMP::algebra::get_area (const Plane3D &g) |
BoundingBoxD< 3 > | IMP::algebra::get_bounding_box (const Plane3D &g) |
double | IMP::algebra::get_distance (const Plane3D &pln, const Vector3D &p) |
Return the distance between a plane and a point in 3D. More... | |
const Plane3D & | IMP::algebra::get_plane_3d_geometry (const Plane3D &g) |
Vector3D | IMP::algebra::get_reflected (const Plane3D &pln, const Vector3D &p) |
return the point reflected about the plane | |
void | IMP::algebra::set_plane_3d_geometry (Plane3D &g, const Plane3D &v) |