#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 137 of file path_component.h.
|
inline |
Definition at line 141 of file path_component.h.
|
inline |
Definition at line 143 of file path_component.h.
|
inline |
Definition at line 146 of file path_component.h.
References destination, and is_closed.
| Point impeller::ContourComponent::destination |
Definition at line 138 of file path_component.h.
Referenced by operator==(), and impeller::testing::TEST().
| bool impeller::ContourComponent::is_closed = false |
Definition at line 139 of file path_component.h.
Referenced by operator==(), and impeller::testing::TEST().