#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 332 of file path_component.h.
|
inline |
Definition at line 338 of file path_component.h.
Definition at line 342 of file path_component.h.
|
inlineconstexpr |
Definition at line 340 of file path_component.h.
References closed.
Referenced by operator==(), and impeller::testing::TEST().
|
inline |
Definition at line 336 of file path_component.h.
Referenced by IsClosed().
| Point impeller::ContourComponent::destination |
Definition at line 333 of file path_component.h.
Referenced by operator==(), impeller::PathBuilder::Shift(), and impeller::testing::TEST().