Go to the source code of this file.
Namespaces | |
namespace | IMP |
The IMP kernel provides base classes and key shared functionality. | |
namespace | IMP::algebra |
This module contains general purpose algebraic and geometric methods. | |
Functions | |
Shortest segments | |
These methods return the shortest segment connecting two geometric objects. Such segments can be used to give the direction of the derivative of the distance between the two objects. The 0 point on the segment is in the first passed object and the 1 point is in the second. | |
Segment3D | IMP::algebra::get_shortest_segment (const Segment3D &sa, const Segment3D &sb) |
Segment3D | IMP::algebra::get_shortest_segment (const Segment3D &s, const VectorD< 3 > &p) |