#include <path_component.h>
Public Member Functions | |
| ContourComponent () | |
| constexpr bool | IsClosed () const |
| ContourComponent (Point p, Point closed) | |
| bool | operator== (const ContourComponent &other) const |
Public Attributes | |
| Point | destination |
| Point | closed = Point(1, 1) |
Definition at line 226 of file path_component.h.
|
inline |
Definition at line 232 of file path_component.h.
Definition at line 236 of file path_component.h.
|
inlineconstexpr |
Definition at line 234 of file path_component.h.
References closed.
Referenced by operator==(), and impeller::testing::TEST().
|
inline |
Definition at line 230 of file path_component.h.
Referenced by IsClosed().
| Point impeller::ContourComponent::destination |
Definition at line 227 of file path_component.h.
Referenced by operator==(), impeller::PathBuilder::Shift(), and impeller::testing::TEST().