0.0.1
This commit is contained in:
6
types/DatabaseServices/Shape2.d.ts
vendored
Normal file
6
types/DatabaseServices/Shape2.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
Reference in New Issue
Block a user