2020-09-24 11:04:12 +08:00
|
|
|
import { Shape } from "three";
|
|
|
|
export declare class Shape2 extends Shape {
|
2021-04-06 17:12:55 +08:00
|
|
|
getPoints(divisions?: number, optimizeArc?: boolean): any[];
|
2020-09-24 11:04:12 +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
|