开发:更新版本,修复V型刀走刀错误的问题
This commit is contained in:
4
types/DatabaseServices/Shape2.d.ts
vendored
4
types/DatabaseServices/Shape2.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user