Eulergraph
    Preparing search index...
    • Type Parameters

      • T extends Path2D | Path = Path2D

      Parameters

      • points: Point[]
      • Optionaloptions: {
            constr?: new () => T;
            isClosed?: boolean;
            isSmooth?: boolean;
            normalsSize?: number;
            normalsStep?: number;
            offsets?: { end?: number; start?: number };
            radius?: number;
            type?: CurveType;
        }

      Returns T