IMP
2.0.1
The Integrative Modeling Platform
|
simple implementation of segments in 3D More...
#include <IMP/algebra/algebra_config.h>
#include "Vector3D.h"
#include "BoundingBoxD.h"
#include "algebra_macros.h"
#include "GeometricPrimitiveD.h"
#include <iostream>
#include "constants.h"
Go to the source code of this file.
Classes | |
class | IMP::algebra::Segment3D |
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 < Segment3D > | IMP::algebra::Segment3Ds |
Functions | |
double | IMP::algebra::get_distance (const Segment3D &s, const Vector3D &p) |
Get the distance between a segment and a point. More... | |
double | IMP::algebra::get_distance (const Segment3D &a, const Segment3D &b) |
Get the distance between two segments. More... | |
double | IMP::algebra::get_relative_projection_on_segment (const Segment3D &s, const algebra::Vector3D &p) |
void | IMP::algebra::set_segment_3d_geometry (Segment3D &g, const Segment3D &gi) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file Segment3D.h.