#include <path_tessellator.h>
Public Member Functions | |
Point | Last () const |
Point | Solve (Scalar t) const |
Scalar | SubdivisionCount (Scalar scale) const |
std::optional< Vector2 > | GetStartDirection () const |
std::optional< Vector2 > | GetEndDirection () const |
Public Attributes | |
const Point | p1 |
const Point | cp |
const Point | p2 |
Definition at line 61 of file path_tessellator.h.
|
inline |
Definition at line 87 of file path_tessellator.h.
|
inline |
|
inline |
Definition at line 68 of file path_tessellator.h.
Definition at line 73 of file path_tessellator.h.
References impeller::ComputeQuadradicSubdivisions(), cp, p1, and p2.
const Point impeller::PathTessellator::Quad::cp |
Definition at line 63 of file path_tessellator.h.
Referenced by GetEndDirection(), GetStartDirection(), Solve(), and SubdivisionCount().
const Point impeller::PathTessellator::Quad::p1 |
Definition at line 62 of file path_tessellator.h.
Referenced by GetEndDirection(), GetStartDirection(), Solve(), and SubdivisionCount().
const Point impeller::PathTessellator::Quad::p2 |
Definition at line 64 of file path_tessellator.h.
Referenced by GetEndDirection(), GetStartDirection(), Last(), Solve(), and SubdivisionCount().