webcad-api/types/DatabaseServices/Shape2.d.ts
2020-09-24 11:04:12 +08:00

6 lines
315 B
TypeScript

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