KHTML
PathTraversalState.h
Go to the documentation of this file.
46 };
54 float cubicBezierTo(const FloatPoint& newControl1, const FloatPoint& newControl2, const FloatPoint& newEnd);
Definition: FloatPoint.h:61
float quadraticBezierTo(const FloatPoint &newControl, const FloatPoint &newEnd)
Definition: PathTraversalState.cpp:180
float lineTo(const FloatPoint &)
Definition: PathTraversalState.cpp:173
float m_desiredLength
Definition: PathTraversalState.h:67
float cubicBezierTo(const FloatPoint &newControl1, const FloatPoint &newControl2, const FloatPoint &newEnd)
Definition: PathTraversalState.cpp:193
unsigned m_segmentIndex
Definition: PathTraversalState.h:66
PathTraversalAction
Definition: PathTraversalState.h:41
@ TraversalTotalLength
Definition: PathTraversalState.h:42
@ TraversalPointAtLength
Definition: PathTraversalState.h:43
@ TraversalSegmentAtLength
Definition: PathTraversalState.h:44
@ TraversalNormalAngleAtLength
Definition: PathTraversalState.h:45
float moveTo(const FloatPoint &)
Definition: PathTraversalState.cpp:167
PathTraversalAction m_action
Definition: PathTraversalState.h:57
Definition: Path.h:68
Definition: CSSHelper.h:7
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.