更新
This commit is contained in:
16
types/Nest/Test/PlaceUtil.d.ts
vendored
Normal file
16
types/Nest/Test/PlaceUtil.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Matrix4, Vec2 } from "three";
|
||||
import { Individual } from "../Core/Individual";
|
||||
import { NestDatabase } from "../Core/NestDatabase";
|
||||
import { Part } from "../Core/Part";
|
||||
import { Path } from "../Core/Path";
|
||||
/**
|
||||
*
|
||||
* @param part
|
||||
* @param [move] 当刀间距为3.5 但是离板边只有3时,我们整体向板的左下方移动(0.5,0.5)
|
||||
* @returns
|
||||
*/
|
||||
export declare function PlaceCS(part: Part, move?: Vec2): Matrix4;
|
||||
export declare function DrawBin(count: number, binPath: Path): void;
|
||||
export declare function Place(inv: Individual, parts: Part[], binPath: Path): void;
|
||||
export declare function InitParts(binPath?: Path): Promise<NestDatabase>;
|
||||
//# sourceMappingURL=PlaceUtil.d.ts.map
|
1
types/Nest/Test/PlaceUtil.d.ts.map
Normal file
1
types/Nest/Test/PlaceUtil.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"PlaceUtil.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/PlaceUtil.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAW,MAAM,OAAO,CAAC;AAkB/C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,OAAO,EAA2B,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAE7E,OAAO,EAAE,IAAI,EAAa,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAWpC;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,CAAC,EAAE,IAAI,GAAG,OAAO,CAsBxD;AAaD,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,IAAI,QAenD;AAID,wBAAgB,KAAK,CAAC,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,OAAO,EAAE,IAAI,QAiLlE;AAED,wBAAsB,SAAS,CAAC,OAAO,OAAa,GAAG,OAAO,CAAC,YAAY,CAAC,CAsI3E"}
|
5
types/Nest/Test/TestContainer.d.ts
vendored
Normal file
5
types/Nest/Test/TestContainer.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestContainer implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestContainer.d.ts.map
|
1
types/Nest/Test/TestContainer.d.ts.map
Normal file
1
types/Nest/Test/TestContainer.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestContainer.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestContainer.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAUtD,qBACa,qBAAsB,YAAW,OAAO;IAE3C,IAAI;CA2Bb"}
|
15
types/Nest/Test/TestDrawYHData.d.ts
vendored
Normal file
15
types/Nest/Test/TestDrawYHData.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
/**
|
||||
* 如果有优化结果,则调试最后一次的优化结果(并且不绘制新的曲线
|
||||
* 如果没有优化结果,则调试localStore保存的优化结果(绘制新的曲线)
|
||||
*/
|
||||
export declare class Command_TestDrawYHData implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
/**
|
||||
* 测试工具 使用数据还原优化结果
|
||||
*/
|
||||
export declare class Command_TestDrawYHData2 implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestDrawYHData.d.ts.map
|
1
types/Nest/Test/TestDrawYHData.d.ts.map
Normal file
1
types/Nest/Test/TestDrawYHData.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestDrawYHData.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestDrawYHData.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAYtD;;;GAGG;AACH,qBACa,sBAAuB,YAAW,OAAO;IAE5C,IAAI;CAmGb;AAED;;GAEG;AACH,qBACa,uBAAwB,YAAW,OAAO;IAE7C,IAAI;CAoCb"}
|
5
types/Nest/Test/TestNFP.d.ts
vendored
Normal file
5
types/Nest/Test/TestNFP.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestNFP implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestNFP.d.ts.map
|
1
types/Nest/Test/TestNFP.d.ts.map
Normal file
1
types/Nest/Test/TestNFP.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestNFP.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestNFP.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAUtD,qBAAa,eAAgB,YAAW,OAAO;IAErC,IAAI;CA2Fb"}
|
9
types/Nest/Test/TestPlace.d.ts
vendored
Normal file
9
types/Nest/Test/TestPlace.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Circle } from "../../DatabaseServices/Entity/Circle";
|
||||
import { Polyline } from "../../DatabaseServices/Entity/Polyline";
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { Path } from "../Core/Path";
|
||||
export declare function Curve2Path(curve: Circle | Polyline, outside?: boolean): Path;
|
||||
export declare class Command_TestPlace implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestPlace.d.ts.map
|
1
types/Nest/Test/TestPlace.d.ts.map
Normal file
1
types/Nest/Test/TestPlace.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestPlace.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestPlace.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAE9D,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAStD,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGpC,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,QAAQ,EAAE,OAAO,UAAQ,GAAG,IAAI,CAa1E;AAED,qBAAa,iBAAkB,YAAW,OAAO;IAEvC,IAAI;CA4Eb"}
|
5
types/Nest/Test/TestPraseOddments.d.ts
vendored
Normal file
5
types/Nest/Test/TestPraseOddments.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestParseOddments implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestPraseOddments.d.ts.map
|
1
types/Nest/Test/TestPraseOddments.d.ts.map
Normal file
1
types/Nest/Test/TestPraseOddments.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestPraseOddments.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestPraseOddments.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAWtD,qBACa,yBAA0B,YAAW,OAAO;IAE/C,IAAI;CA8Bb"}
|
8
types/Nest/Test/TestSaveYHData.d.ts
vendored
Normal file
8
types/Nest/Test/TestSaveYHData.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
/**
|
||||
* 保存优化结果的数据
|
||||
*/
|
||||
export declare class Command_TestSaveYHData implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestSaveYHData.d.ts.map
|
1
types/Nest/Test/TestSaveYHData.d.ts.map
Normal file
1
types/Nest/Test/TestSaveYHData.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestSaveYHData.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestSaveYHData.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAEtD;;GAEG;AACH,qBAAa,sBAAuB,YAAW,OAAO;IAE5C,IAAI;CAKb"}
|
8
types/Nest/Test/TestSimply.d.ts
vendored
Normal file
8
types/Nest/Test/TestSimply.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestSimply implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
export declare class Command_TestPolylin2Points implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestSimply.d.ts.map
|
1
types/Nest/Test/TestSimply.d.ts.map
Normal file
1
types/Nest/Test/TestSimply.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestSimply.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestSimply.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAStD,qBACa,kBAAmB,YAAW,OAAO;IAExC,IAAI;CAiCb;AAED,qBACa,0BAA2B,YAAW,OAAO;IAEhD,IAAI;CAwCb"}
|
5
types/Nest/Test/TestSimplyOddments.d.ts
vendored
Normal file
5
types/Nest/Test/TestSimplyOddments.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestSimplyOddments implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestSimplyOddments.d.ts.map
|
1
types/Nest/Test/TestSimplyOddments.d.ts.map
Normal file
1
types/Nest/Test/TestSimplyOddments.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestSimplyOddments.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestSimplyOddments.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAiBtD,qBAAa,0BAA2B,YAAW,OAAO;IAEhD,IAAI;CAkDb"}
|
5
types/Nest/Test/TestSum.d.ts
vendored
Normal file
5
types/Nest/Test/TestSum.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestSum implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestSum.d.ts.map
|
1
types/Nest/Test/TestSum.d.ts.map
Normal file
1
types/Nest/Test/TestSum.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestSum.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestSum.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAQtD,qBAAa,eAAgB,YAAW,OAAO;IAErC,IAAI;CAyDb"}
|
8
types/Nest/Test/TestVariant.d.ts
vendored
Normal file
8
types/Nest/Test/TestVariant.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Individual } from "../Core/Individual";
|
||||
import { Curve } from "../../DatabaseServices/Entity/Curve";
|
||||
import { Matrix4 } from "three";
|
||||
export declare let NestVariant: {
|
||||
best?: Individual;
|
||||
curveMap: Map<Curve, Matrix4>;
|
||||
};
|
||||
//# sourceMappingURL=TestVariant.d.ts.map
|
1
types/Nest/Test/TestVariant.d.ts.map
Normal file
1
types/Nest/Test/TestVariant.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestVariant.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestVariant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,eAAO,IAAI,WAAW,EAAE;IACpB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,EAAE,GAAG,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;CACP,CAAC"}
|
5
types/Nest/Test/TestYH2.d.ts
vendored
Normal file
5
types/Nest/Test/TestYH2.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestYH2 implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestYH2.d.ts.map
|
1
types/Nest/Test/TestYH2.d.ts.map
Normal file
1
types/Nest/Test/TestYH2.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestYH2.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestYH2.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBAAa,eAAgB,YAAW,OAAO;IAErC,IAAI;CA4Bb"}
|
5
types/Nest/Test/TestYHSingle.d.ts
vendored
Normal file
5
types/Nest/Test/TestYHSingle.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
export declare class Command_TestYHSingle implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestYHSingle.d.ts.map
|
1
types/Nest/Test/TestYHSingle.d.ts.map
Normal file
1
types/Nest/Test/TestYHSingle.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestYHSingle.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestYHSingle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AAKtD,qBACa,oBAAqB,YAAW,OAAO;IAE1C,IAAI;CAsDb"}
|
14
types/Nest/Test/TestYHWorker.d.ts
vendored
Normal file
14
types/Nest/Test/TestYHWorker.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Command } from "../../Editor/CommandMachine";
|
||||
import { NestDatabase } from "../Core/NestDatabase";
|
||||
export declare const CacheYHData: {
|
||||
OriginalData: any;
|
||||
PlaceData: any[];
|
||||
DiscardPlaceData: any[];
|
||||
};
|
||||
export declare const CacheYHDatabase: {
|
||||
Db: NestDatabase;
|
||||
};
|
||||
export declare class Command_TestYHWorker implements Command {
|
||||
exec(): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=TestYHWorker.d.ts.map
|
1
types/Nest/Test/TestYHWorker.d.ts.map
Normal file
1
types/Nest/Test/TestYHWorker.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"TestYHWorker.d.ts","sourceRoot":"","sources":["../../../../src/Nest/Test/TestYHWorker.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAe,MAAM,6BAA6B,CAAC;AAKnE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAKpD,eAAO,MAAM,WAAW;;;;CAAmE,CAAC;AAC5F,eAAO,MAAM,eAAe,EAAE;IAAE,EAAE,EAAE,YAAY,CAAC;CAAiB,CAAC;AAEnE,qBACa,oBAAqB,YAAW,OAAO;IAE1C,IAAI;CAoDb"}
|
Reference in New Issue
Block a user