ImageJS
    Preparing search index...

    Interface GetGaussianPointsOptions

    interface GetGaussianPointsOptions {
        nbPoints?: number;
        sigma?: number;
        xSeed?: number;
        ySeed?: number;
    }
    Index

    Properties

    nbPoints?: number

    Number of points to generate.

    1024

    sigma?: number

    The standard deviation for the gaussian distribution.

    xSeed?: number

    Seed of the gaussian distribution for the x coordinates.

    0

    ySeed?: number

    Seed of the gaussian distribution for the y coordinates.

    1