webcad-ue4-api/types/DatabaseServices/Shape2.d.ts

6 lines
351 B
TypeScript
Raw Normal View History

2022-02-16 11:15:31 +08:00
import { Shape, Vector2 } from "three";
2021-01-28 10:17:21 +08:00
export declare class Shape2 extends Shape {
2022-02-16 11:15:31 +08:00
getPoints(divisions?: number, optimizeArc?: boolean): Vector2[];
2021-01-28 10:17:21 +08:00
absellipse(aX: number, aY: number, xRadius: number, yRadius: number, aStartAngle: number, aEndAngle: number, aClockwise: boolean, aRotation: number): this;
}
//# sourceMappingURL=Shape2.d.ts.map