功能:新增简化多段线功能

This commit is contained in:
2021-04-06 17:12:55 +08:00
parent 79b58810d6
commit 91bae565fd
339 changed files with 17068 additions and 14935 deletions

View File

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