12 for i 
in range(0, 10):
 
   14         IMP.algebra.get_unit_bounding_box_3d()), .1))
 
   19 print(enclosing.get_contains(s[0]))
 
Strings setup_from_argv(const Strings &argv, std::string description, std::string positional_description, int num_positional)
 
BoundingBoxD< 3 > get_bounding_box(const Geometry &)
Compute the bounding box of any geometric object. 
 
Represent a cylinder in 3D. 
 
Vector3D get_random_vector_in(const Cylinder3D &c)
Generate a random vector in a cylinder with uniform density. 
 
Simple implementation of segments in 3D. 
 
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...
 
double get_distance(const VectorD< D > &v1, const VectorD< D > &v2)
Compute the distance between two vectors. 
 
Sphere3D get_enclosing_sphere(const Vector3Ds &ss)
Return a sphere containing the listed vectors.