We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6e050 commit c89b0ccCopy full SHA for c89b0cc
modules/yup_graphics/primitives/yup_Path.h
@@ -53,7 +53,7 @@ class YUP_API Path
53
/** Represents a segment in a path with its verb and associated points. */
54
struct Segment
55
{
56
- Verb verb; /**< The type of path operation. */
+ Verb verb; /**< The type of path operation. */
57
Point<float> point; /**< The main point (end point for most operations). */
58
Point<float> controlPoint1; /**< First control point for curves. */
59
Point<float> controlPoint2; /**< Second control point for cubic curves. */
0 commit comments