Interface XIsEquallySpacedOptions

interface XIsEquallySpacedOptions {
    tolerance?: number;
}

Properties

Properties

tolerance?: number

The tolerance define what is the allowed difference in percent @default: 0.05