#include <arc.h>
Public Member Functions | |
size_t | GetPointCount () const |
Public Attributes | |
impeller::Vector2 | axis |
size_t | start_index = 0u |
size_t | end_index = 0u |
|
inline |
Definition at line 50 of file arc.h.
References end_index, and start_index.
Referenced by impeller::Arc::Iteration::GetPointCount().
impeller::Vector2 impeller::Arc::Iteration::Quadrant::axis |
Definition at line 46 of file arc.h.
Referenced by impeller::StrokePathSegmentReceiver::RecordArc().
size_t impeller::Arc::Iteration::Quadrant::end_index = 0u |
Definition at line 48 of file arc.h.
Referenced by impeller::Arc::ComputeIterations(), GetPointCount(), and impeller::StrokePathSegmentReceiver::RecordArc().
size_t impeller::Arc::Iteration::Quadrant::start_index = 0u |
Definition at line 47 of file arc.h.
Referenced by impeller::Arc::ComputeIterations(), GetPointCount(), and impeller::StrokePathSegmentReceiver::RecordArc().