ixfx
    Preparing search index...

    Namespace Paths

    Functions

    bbox

    Computes the bounding box that encloses entire compoundpath

    computeDimensions

    Computes the widths and lengths of all paths, adding them up as well

    distanceToPoint

    Returns the shortest distance of point to any point on paths.

    fromPaths

    Create a compoundpath from an array of paths. All this does is verify they are connected, and precomputes dimensions

    getEnd

    Return the end point of a path

    getStart

    Return the start point of a path

    guardContinuous

    Throws an error if paths are not connected together, in order

    interpolate

    Computes x,y point at a relative position along compoundpath

    relativePosition

    Relative position

    setSegment

    Returns a new compoundpath, replacing a path at a given index

    toString

    Produce a human-friendly representation of paths

    toSvgString

    Type Aliases

    CompoundPath
    Dimensions
    Path
    WithBeziers