12 lines
365 B
TypeScript
12 lines
365 B
TypeScript
import { Command } from '../Editor/CommandMachine';
|
|
export declare class Command_PLTest implements Command {
|
|
exec(): Promise<void>;
|
|
testResetPoint(): void;
|
|
createPolyline(): void;
|
|
testClosePoint(): void;
|
|
splitPolyline(): void;
|
|
splitRec(): void;
|
|
testGetPointAtParam(): void;
|
|
intersect(): void;
|
|
}
|
|
//# sourceMappingURL=polytest.d.ts.map
|