开发:更新版本,修复V型刀走刀错误的问题

This commit is contained in:
FishOrBear
2021-05-28 11:34:40 +08:00
parent e19f64a55d
commit 8e481e821c
254 changed files with 7351 additions and 6949 deletions

View File

@@ -1,6 +1,6 @@
import { Shape } from "three";
import { Shape, Vector2 } from "three";
export declare class Shape2 extends Shape {
getPoints(divisions?: number, optimizeArc?: boolean): any[];
getPoints(divisions?: number, optimizeArc?: boolean): Vector2[];
absellipse(aX: number, aY: number, xRadius: number, yRadius: number, aStartAngle: number, aEndAngle: number, aClockwise: boolean, aRotation: number): this;
}
//# sourceMappingURL=Shape2.d.ts.map