功能:新增简化多段线功能
This commit is contained in:
2
types/DatabaseServices/Shape2.d.ts
vendored
2
types/DatabaseServices/Shape2.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user