IMP
2.2.0
The Integrative Modeling Platform
|
#include <IMP/algebra/Triangle3D.h>
Public Member Functions | |
Triangle3D (const Vector3D &p1, const Vector3D &p2, const Vector3D &p3) | |
The passed points must not be colinear. | |
Floats | get_edge_lengths () const |
const Vector3D & | get_point (unsigned int i) const |
Get the start=0/end=1 point of the segment. | |
void | show (std::ostream &out=std::cout) const |
See geometric primitives for more information.
Definition at line 23 of file Triangle3D.h.