@newkrok/nape-js 3.3.45 → 3.4.0
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/dist/index.cjs +1194 -3037
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1194 -3037
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1094,6 +1094,7 @@ type Any$S = any;
|
|
|
1094
1094
|
*/
|
|
1095
1095
|
declare class Constraint {
|
|
1096
1096
|
static __name__: string[];
|
|
1097
|
+
static zpp_internalAlloc: boolean;
|
|
1097
1098
|
/** Direct access to the extracted internal ZPP_Constraint. */
|
|
1098
1099
|
zpp_inner: ZPP_Constraint;
|
|
1099
1100
|
/**
|
|
@@ -1448,7 +1449,7 @@ declare class ZPP_Space {
|
|
|
1448
1449
|
iterateVel(times: Any$P): void;
|
|
1449
1450
|
iteratePos(times: Any$P): void;
|
|
1450
1451
|
group_ignore(s1: Any$P, s2: Any$P): boolean;
|
|
1451
|
-
interactionType(s1: Any$P, s2: Any$P, b1: Any$P, b2: Any$P):
|
|
1452
|
+
interactionType(s1: Any$P, s2: Any$P, b1: Any$P, b2: Any$P): 2 | 0 | 1 | -1;
|
|
1452
1453
|
narrowPhase(s1: Any$P, s2: Any$P, stat: Any$P, in_arb: Any$P, continuous: Any$P): any;
|
|
1453
1454
|
MRCA_chains(s1: Any$P, s2: Any$P): void;
|
|
1454
1455
|
inlined_MRCA_chains(s1: Any$P, s2: Any$P): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -1094,6 +1094,7 @@ type Any$S = any;
|
|
|
1094
1094
|
*/
|
|
1095
1095
|
declare class Constraint {
|
|
1096
1096
|
static __name__: string[];
|
|
1097
|
+
static zpp_internalAlloc: boolean;
|
|
1097
1098
|
/** Direct access to the extracted internal ZPP_Constraint. */
|
|
1098
1099
|
zpp_inner: ZPP_Constraint;
|
|
1099
1100
|
/**
|
|
@@ -1448,7 +1449,7 @@ declare class ZPP_Space {
|
|
|
1448
1449
|
iterateVel(times: Any$P): void;
|
|
1449
1450
|
iteratePos(times: Any$P): void;
|
|
1450
1451
|
group_ignore(s1: Any$P, s2: Any$P): boolean;
|
|
1451
|
-
interactionType(s1: Any$P, s2: Any$P, b1: Any$P, b2: Any$P):
|
|
1452
|
+
interactionType(s1: Any$P, s2: Any$P, b1: Any$P, b2: Any$P): 2 | 0 | 1 | -1;
|
|
1452
1453
|
narrowPhase(s1: Any$P, s2: Any$P, stat: Any$P, in_arb: Any$P, continuous: Any$P): any;
|
|
1453
1454
|
MRCA_chains(s1: Any$P, s2: Any$P): void;
|
|
1454
1455
|
inlined_MRCA_chains(s1: Any$P, s2: Any$P): void;
|