#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 151 of file path_component.h.
|
inline |
Definition at line 155 of file path_component.h.
|
inlineexplicit |
Definition at line 157 of file path_component.h.
|
inline |
Definition at line 160 of file path_component.h.
References destination, and is_closed.
| Point impeller::ContourComponent::destination |
Definition at line 152 of file path_component.h.
Referenced by operator==(), and impeller::testing::TEST().
| bool impeller::ContourComponent::is_closed = false |
Definition at line 153 of file path_component.h.
Referenced by operator==(), and impeller::testing::TEST().