IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
Plane3D.h File Reference

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
 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...
 

Detailed Description

Simple 3D plane class.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file Plane3D.h.