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

6 lines
315 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
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