markuno_lib 1.2.135 → 1.2.136
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 +12 -0
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -2478,6 +2478,18 @@ export function smat(t: any, n: any, i?: {}): Promise<any>;
|
|
|
2478
2478
|
export function spritemat(t: any, n: any): Promise<any>;
|
|
2479
2479
|
export function svuotanodo(e: any): void;
|
|
2480
2480
|
export function texgen(t: any, n: any, i?: number, r?: {}): any;
|
|
2481
|
+
export function transformfn(t?: {}, n?: {}): {
|
|
2482
|
+
sl: number;
|
|
2483
|
+
sa: number;
|
|
2484
|
+
sp: number;
|
|
2485
|
+
scale: any;
|
|
2486
|
+
scx: any;
|
|
2487
|
+
scy: any;
|
|
2488
|
+
scz: any;
|
|
2489
|
+
ax: number;
|
|
2490
|
+
ay: number;
|
|
2491
|
+
az: number;
|
|
2492
|
+
};
|
|
2481
2493
|
export function valutagrafica(e: any, t: any, n: any, i: any, r: any): Promise<{
|
|
2482
2494
|
oo: any;
|
|
2483
2495
|
vari: any;
|