Detailed Description
List of all members.
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 |
Constructor & Destructor Documentation
The passed points must not be colinear.
Member Function Documentation
| const Vector3D& IMP::algebra::Triangle3D::get_point |
( |
unsigned int |
i | ) |
const |
Get the start=0/end=1 point of the segment.
Friends And Related Function Documentation
Return the largest triangle defined by 3 points from the input.
The documentation for this class was generated from the following file: