6 lines
315 B
TypeScript
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
|