ml-spectra-processing
    Preparing search index...

    Interface XYRollingCircleResult

    interface XYRollingCircleResult {
        points: PointWithIndex[];
        y: Float64Array;
    }
    Index

    Properties

    Properties

    points: PointWithIndex[]

    The data points that are touched by the rolling shape, sorted by increasing x. They are the points supporting the curve.

    y: Float64Array

    The y position of the rolling shape for each x value. This is exactly what xyRollingCircleTransform returns.