#include <path_component.h>
Public Member Functions | |
ContourComponent () | |
ContourComponent (Point p, bool is_closed=false) | |
bool | operator== (const ContourComponent &other) const |
Public Attributes | |
Point | destination |
bool | is_closed = false |
Definition at line 152 of file path_component.h.
|
inline |
Definition at line 156 of file path_component.h.
|
inlineexplicit |
Definition at line 158 of file path_component.h.
|
inline |
Definition at line 161 of file path_component.h.
References destination, and is_closed.
Point impeller::ContourComponent::destination |
Definition at line 153 of file path_component.h.
Referenced by operator==(), and impeller::testing::TEST().
bool impeller::ContourComponent::is_closed = false |
Definition at line 154 of file path_component.h.
Referenced by operator==(), and impeller::testing::TEST().