#include <panel.h>

Public Member Functions | |
| CSide (unsigned int=1) | |
| void | fill (const CPoint3d &, const CPoint3d &) |
| void | fill (const CPoint3d &, const CPoint3d &, const CPoint3d &) |
| CSide | rotate (const CPoint3d &, const CMatrix &) const |
| CSide | operator+ (const CVector3d &) const |
Friends | |
| ostream & | operator<< (ostream &, const CSide &) |
Definition at line 92 of file panel.h.
| CSide::CSide | ( | unsigned int | nbpoints = 1 |
) |
Makes the side a straight line between two points.
Definition at line 898 of file panel.cpp.
Referenced by CHullWorker::CHullWorker(), CHullWorker::makeHull(), and CRigWorker::makeRig().
function for rotating a side.
Rotates a CSide around a point.
Definition at line 944 of file panel.cpp.
Referenced by CPanel::rotate().
| ostream& operator<< | ( | ostream & | , | |
| const CSide & | ||||
| ) | [friend] |
1.5.6