Interface MeanOptions

interface MeanOptions {
    points: Point[];
}

Properties

Properties

points: Point[]

Points to calculate mean from.