KHTML
PathTraversalState.cpp File Reference
#include "config.h"
#include "PathTraversalState.h"
#include "Path.h"
#include <math.h>
Include dependency graph for PathTraversalState.cpp:

Go to the source code of this file.
Namespaces | |
namespace | WebCore |
Functions | |
template<class CurveType > | |
static float | WebCore::curveLength (PathTraversalState &traversalState, CurveType curve) |
static float | WebCore::distanceLine (const FloatPoint &start, const FloatPoint &end) |
static FloatPoint | WebCore::midPoint (const FloatPoint &first, const FloatPoint &second) |
Variables | |
static const float | WebCore::kPathSegmentLengthTolerance = 0.00001f |