@hzab/map-combine 0.4.2-alpha.3 → 0.4.2-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,9 @@ export function setValue<T>(obj: any, key: string, val: T, onChange: () => void)
12
12
  }
13
13
  }
14
14
 
15
+ /**
16
+ * 建立两个一维区间之间的线性映射关系,提供正向变换和逆向变换
17
+ */
15
18
  export class OneDimensional {
16
19
  k: number;
17
20
  b: number;