Inherited by HitResult
CurveLocation objects describe a location on Curve objects, as defined by the curve parameter, a value between 0 (beginning of the curve) and 1 (end of the curve). If the curve is part of a Path item, its index inside the path.curves list is also provided.
The class is in use in many places, such as path.getLocation(offset), path.getPoint(offset), path.split(location), pathItem.getIntersections(path), etc.