Complement set of the points inside a certain shape. More...
#include <shape_2d.hpp>
Public Member Functions | |
Outside (Shape2D const &shape) | |
Class constructor. More... | |
bool | operator() (const Vector2D &r) const |
Returns true is a point is inside the shape, false otherwise. More... | |
![]() | |
virtual | ~Shape2D (void) |
virtual destructor | |
Complement set of the points inside a certain shape.
Definition at line 68 of file shape_2d.hpp.
|
explicit |
|
virtual |
Returns true is a point is inside the shape, false otherwise.
r | Point in 2d space |
Implements Shape2D.
Definition at line 39 of file shape_2d.cpp.