Flutter Impeller
wangs_formula.cc File Reference

Go to the source code of this file.

Namespaces

 impeller
 

Functions

Scalar impeller::ComputeCubicSubdivisions (Scalar scale_factor, Point p0, Point p1, Point p2, Point p3)
 
Scalar impeller::ComputeQuadradicSubdivisions (Scalar scale_factor, Point p0, Point p1, Point p2)
 
Scalar impeller::ComputeConicSubdivisions (Scalar scale_factor, Point p0, Point p1, Point p2, Scalar w)
 
Scalar impeller::ComputeQuadradicSubdivisions (Scalar scale_factor, const QuadraticPathComponent &quad)
 
Scalar impeller::ComputeCubicSubdivisions (float scale_factor, const CubicPathComponent &cub)
 
Scalar impeller::ComputeConicSubdivisions (float scale_factor, const ConicPathComponent &conic)