markuno_lib 1.2.100 → 1.2.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/markcad.js +1 -1
- package/package.json +1 -1
- package/types/markcad.d.ts +1 -5
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -1191,12 +1191,8 @@ export function getthorus(t: any, i: any, n: number, r: any, o: any): any;
|
|
|
1191
1191
|
export function groupfromgeometry(t: any, i: any, n: any, r: any, o: any, s: any, a: any): any;
|
|
1192
1192
|
export function hash(e: any): string;
|
|
1193
1193
|
export function infocircle(e: any, t: any, i: any, n: any, r: any, o: any): {
|
|
1194
|
-
|
|
1195
|
-
cy: number;
|
|
1194
|
+
center: Punto2;
|
|
1196
1195
|
r: number;
|
|
1197
|
-
p1: any;
|
|
1198
|
-
p2: any;
|
|
1199
|
-
p3: any;
|
|
1200
1196
|
ang1: number;
|
|
1201
1197
|
ang2: number;
|
|
1202
1198
|
};
|