2021-01-28 10:17:21 +08:00
|
|
|
import { Vector3 } from 'three';
|
|
|
|
import { Command } from '../Editor/CommandMachine';
|
|
|
|
export declare class DrawCircle implements Command {
|
|
|
|
exec(): Promise<void>;
|
|
|
|
DrawCircleUseRadious(val: Vector3): Promise<void>;
|
|
|
|
DrawCicleUseTwoPoint(): Promise<void>;
|
|
|
|
DrawCicleUseThreePoint(): Promise<void>;
|
|
|
|
DrawCicleUseCutoffPointAndRadious(): Promise<void>;
|
2021-07-28 10:23:42 +08:00
|
|
|
ThreeLineDrawCircle(): Promise<void>;
|
2021-01-28 10:17:21 +08:00
|
|
|
}
|
|
|
|
//# sourceMappingURL=DrawCircle.d.ts.map
|