Interface IXABCDRatio

Defines the acceptable ratio ranges for each segment in an XABCD pattern, used in harmonic pattern analysis.

interface IXABCDRatio {
    ABC: [number, number];
    BCD: [number, number];
    XAB: [number, number];
    XAD: [number, number];
}

Properties

Properties

ABC: [number, number]

The acceptable minimum and maximum ratio range for the BC segment relative to the AB segment.

BCD: [number, number]

The acceptable minimum and maximum ratio range for the CD segment relative to the BC segment.

XAB: [number, number]

The acceptable minimum and maximum ratio range for the AB segment relative to the XA segment.

XAD: [number, number]

The acceptable minimum and maximum ratio range for the XD segment relative to the XA segment.

Generated using TypeDoc