Kale
Loading...
Searching...
No Matches
Kale::Path Member List

This is the complete list of members for Kale::Path, including all inherited members.

arcTo(Vector2f end, Vector2f center, bool clockwise)Kale::Path
beziersKale::Path
bezierTo(Vector2f controlPoint1, Vector2f controlPoint2, Vector2f end)Kale::Path
closePath()Kale::Path
getBoundingBox() constKale::Path
lineTo(Vector2f pos)Kale::Path
moveTo(Vector2f pos)Kale::Path
operator*(float value) constKale::Path
operator+=(const Path &other)Kale::Path
Path()Kale::Path
Path(size_t n)Kale::Path
Path(const std::vector< CubicBezier > &beziers)Kale::Path
Path(const std::vector< Vector2f > &lines, float cornerRadius)Kale::Path
Path(const std::vector< std::pair< Vector2f, float > > &lines)Kale::Path
roundCorners(const std::vector< std::pair< Vector2f, float > > &lines)Kale::Pathprivate