Polygonal Shape for Visualization. More...
#include <PShape.h>
Public Member Functions | |
PShape (const PShape &other) | |
PShape (std::vector< Point2 > &vP_) | |
Constructor. | |
PShape & | operator= (const PShape &other) |
Protected Attributes | |
std::vector< Point2 > * | pVP |
Friends | |
std::ostream & | operator<< (std::ostream &stream, PShape b) |
class | Visualizer2 |
Polygonal Shape for Visualization.