webcad-api/types/Add-on/Rotate.d.ts

8 lines
329 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
import { Vector3 } from 'three';
import { Entity } from '../DatabaseServices/Entity/Entity';
import { Command } from '../Editor/CommandMachine';
export declare class Command_Rotate implements Command {
exec(): Promise<void>;
Update(basePt: Vector3, an: number, ens: Entity[]): void;
}
//# sourceMappingURL=Rotate.d.ts.map