@babylonjs/core 6.38.0 → 6.38.1
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/Engines/ICanvas.d.ts +60 -0
- package/Engines/ICanvas.js.map +1 -1
- package/Engines/IPipelineContext.d.ts +3 -3
- package/Engines/IPipelineContext.js.map +1 -1
- package/Engines/Native/nativePipelineContext.d.ts +4 -5
- package/Engines/Native/nativePipelineContext.js +2 -9
- package/Engines/Native/nativePipelineContext.js.map +1 -1
- package/Engines/Native/validatedNativeDataStream.d.ts +3 -0
- package/Engines/Native/validatedNativeDataStream.js +3 -0
- package/Engines/Native/validatedNativeDataStream.js.map +1 -1
- package/Engines/WebGPU/webgpuCacheRenderPipeline.js.map +1 -1
- package/Engines/WebGPU/webgpuConstants.d.ts +3 -1
- package/Engines/WebGPU/webgpuConstants.js +2 -0
- package/Engines/WebGPU/webgpuConstants.js.map +1 -1
- package/Engines/engine.d.ts +10 -45
- package/Engines/nativeEngine.d.ts +3 -1
- package/Engines/nativeEngine.js +29 -30
- package/Engines/nativeEngine.js.map +1 -1
- package/Engines/thinEngine.js +2 -2
- package/Engines/thinEngine.js.map +1 -1
- package/Engines/webgpuEngine.js +0 -1
- package/Engines/webgpuEngine.js.map +1 -1
- package/FlowGraph/Blocks/Data/Logic/index.d.ts +0 -1
- package/FlowGraph/Blocks/Data/Logic/index.js +0 -1
- package/FlowGraph/Blocks/Data/Logic/index.js.map +1 -1
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.d.ts +327 -1
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js +465 -74
- package/FlowGraph/Blocks/Data/Math/flowGraphMathBlocks.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Data/flowGraphGetVariableBlock.js.map +1 -1
- package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.d.ts +1 -1
- package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.js +2 -2
- package/FlowGraph/Blocks/Data/flowGraphUnaryOperationBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.d.ts +7 -3
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.js +7 -6
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphDoNBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.d.ts +14 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.js +4 -0
- package/FlowGraph/Blocks/Execution/ControlFlow/flowGraphSequenceBlock.js.map +1 -1
- package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.d.ts +3 -0
- package/FlowGraph/Blocks/Execution/flowGraphSetVariableBlock.js.map +1 -1
- package/FlowGraph/flowGraphConnection.d.ts +16 -0
- package/FlowGraph/flowGraphConnection.js.map +1 -1
- package/FlowGraph/flowGraphContext.d.ts +14 -0
- package/FlowGraph/flowGraphContext.js.map +1 -1
- package/FlowGraph/flowGraphInteger.d.ts +62 -0
- package/FlowGraph/flowGraphInteger.js +76 -0
- package/FlowGraph/flowGraphInteger.js.map +1 -0
- package/FlowGraph/flowGraphPathConverterComponent.d.ts +2 -1
- package/FlowGraph/flowGraphPathConverterComponent.js +3 -3
- package/FlowGraph/flowGraphPathConverterComponent.js.map +1 -1
- package/FlowGraph/flowGraphRichTypes.d.ts +2 -0
- package/FlowGraph/flowGraphRichTypes.js +5 -0
- package/FlowGraph/flowGraphRichTypes.js.map +1 -1
- package/FlowGraph/serialization.js +8 -1
- package/FlowGraph/serialization.js.map +1 -1
- package/Inputs/scene.inputManager.js +1 -1
- package/Inputs/scene.inputManager.js.map +1 -1
- package/Lights/spotLight.js +1 -1
- package/Lights/spotLight.js.map +1 -1
- package/Materials/Node/Blocks/addBlock.js +1 -1
- package/Materials/Node/Blocks/addBlock.js.map +1 -1
- package/Materials/Node/Blocks/divideBlock.js +1 -1
- package/Materials/Node/Blocks/divideBlock.js.map +1 -1
- package/Materials/Node/Blocks/multiplyBlock.js +1 -1
- package/Materials/Node/Blocks/multiplyBlock.js.map +1 -1
- package/Materials/Node/Blocks/subtractBlock.js +1 -1
- package/Materials/Node/Blocks/subtractBlock.js.map +1 -1
- package/Materials/PBR/pbrMaterial.d.ts +1 -0
- package/Materials/PBR/pbrMaterial.js +1 -0
- package/Materials/PBR/pbrMaterial.js.map +1 -1
- package/Materials/effect.js +2 -1
- package/Materials/effect.js.map +1 -1
- package/Navigation/INavigationEngine.d.ts +10 -1
- package/Navigation/INavigationEngine.js.map +1 -1
- package/Navigation/Plugins/recastJSPlugin.d.ts +20 -0
- package/Navigation/Plugins/recastJSPlugin.js +43 -8
- package/Navigation/Plugins/recastJSPlugin.js.map +1 -1
- package/ObjectModel/objectModelInterfaces.d.ts +5 -0
- package/ObjectModel/objectModelInterfaces.js.map +1 -1
- package/Physics/v2/ragdoll.js +4 -0
- package/Physics/v2/ragdoll.js.map +1 -1
- package/XR/features/WebXRControllerPointerSelection.js +1 -0
- package/XR/features/WebXRControllerPointerSelection.js.map +1 -1
- package/node.d.ts +3 -0
- package/node.js +3 -0
- package/node.js.map +1 -1
- package/package.json +1 -1
- package/FlowGraph/Blocks/Data/Logic/flowGraphBitwiseBlocks.d.ts +0 -60
- package/FlowGraph/Blocks/Data/Logic/flowGraphBitwiseBlocks.js +0 -104
- package/FlowGraph/Blocks/Data/Logic/flowGraphBitwiseBlocks.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../dev/core/src/FlowGraph/Blocks/Data/Logic/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../dev/core/src/FlowGraph/Blocks/Data/Logic/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC","sourcesContent":["export * from \"./flowGraphLogicBlocks\";\r\n"]}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import type { IFlowGraphBlockConfiguration } from "../../../flowGraphBlock";
|
|
2
2
|
import { FlowGraphBinaryOperationBlock } from "../flowGraphBinaryOperationBlock";
|
|
3
3
|
import { FlowGraphConstantOperationBlock } from "../flowGraphConstantOperationBlock";
|
|
4
|
-
import { Vector2, Vector3 } from "../../../../Maths/math.vector";
|
|
4
|
+
import { Matrix, Vector2, Vector3 } from "../../../../Maths/math.vector";
|
|
5
5
|
import { FlowGraphUnaryOperationBlock } from "../flowGraphUnaryOperationBlock";
|
|
6
6
|
import { FlowGraphTernaryOperationBlock } from "../flowGraphTernaryOperationBlock";
|
|
7
|
+
import { FlowGraphInteger } from "../../../flowGraphInteger";
|
|
7
8
|
/**
|
|
8
9
|
* @experimental
|
|
9
10
|
* Polymorphic add block.
|
|
@@ -24,273 +25,598 @@ export declare class FlowGraphSubtractBlock extends FlowGraphBinaryOperationBloc
|
|
|
24
25
|
getClassName(): string;
|
|
25
26
|
static ClassName: string;
|
|
26
27
|
}
|
|
28
|
+
/**
|
|
29
|
+
* @experimental
|
|
30
|
+
* Polymorphic multiply block.
|
|
31
|
+
* In case of matrix, it is a component wise multiplication.
|
|
32
|
+
*/
|
|
27
33
|
export declare class FlowGraphMultiplyBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
28
34
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
29
35
|
private _polymorphicMultiply;
|
|
30
36
|
static ClassName: string;
|
|
31
37
|
}
|
|
38
|
+
/**
|
|
39
|
+
* @experimental
|
|
40
|
+
* Polymorphic division block.
|
|
41
|
+
*/
|
|
32
42
|
export declare class FlowGraphDivideBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
33
43
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
34
44
|
private _polymorphicDivide;
|
|
35
45
|
static ClassName: string;
|
|
36
46
|
}
|
|
47
|
+
/**
|
|
48
|
+
* @experimental
|
|
49
|
+
* Random number between 0 and 1.
|
|
50
|
+
*/
|
|
37
51
|
export declare class FlowGraphRandomBlock extends FlowGraphConstantOperationBlock<number> {
|
|
38
52
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
39
53
|
static ClassName: string;
|
|
40
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* @experimental
|
|
57
|
+
* Dot product block.
|
|
58
|
+
*/
|
|
41
59
|
export declare class FlowGraphDotBlock extends FlowGraphBinaryOperationBlock<any, any, number> {
|
|
42
60
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
43
61
|
private _polymorphicDot;
|
|
44
62
|
static ClassName: string;
|
|
45
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* @experimental
|
|
66
|
+
* E constant.
|
|
67
|
+
*/
|
|
46
68
|
export declare class FlowGraphEBlock extends FlowGraphConstantOperationBlock<number> {
|
|
47
69
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
48
70
|
static ClassName: string;
|
|
49
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* @experimental
|
|
74
|
+
* Pi constant.
|
|
75
|
+
*/
|
|
50
76
|
export declare class FlowGraphPiBlock extends FlowGraphConstantOperationBlock<number> {
|
|
51
77
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
52
78
|
static ClassName: string;
|
|
53
79
|
}
|
|
80
|
+
/**
|
|
81
|
+
* @experimental
|
|
82
|
+
* Positive inf constant.
|
|
83
|
+
*/
|
|
54
84
|
export declare class FlowGraphInfBlock extends FlowGraphConstantOperationBlock<number> {
|
|
55
85
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
56
86
|
static ClassName: string;
|
|
57
87
|
}
|
|
88
|
+
/**
|
|
89
|
+
* @experimental
|
|
90
|
+
* NaN constant.
|
|
91
|
+
*/
|
|
58
92
|
export declare class FlowGraphNaNBlock extends FlowGraphConstantOperationBlock<number> {
|
|
59
93
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
60
94
|
static ClassName: string;
|
|
61
95
|
}
|
|
96
|
+
/**
|
|
97
|
+
* @experimental
|
|
98
|
+
* Absolute value block.
|
|
99
|
+
*/
|
|
62
100
|
export declare class FlowGraphAbsBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
63
101
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
64
102
|
private _polymorphicAbs;
|
|
65
103
|
static ClassName: string;
|
|
66
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* @experimental
|
|
107
|
+
* Sign block.
|
|
108
|
+
*/
|
|
67
109
|
export declare class FlowGraphSignBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
68
110
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
69
111
|
private _polymorphicSign;
|
|
70
112
|
static ClassName: string;
|
|
71
113
|
}
|
|
114
|
+
/**
|
|
115
|
+
* @experimental
|
|
116
|
+
* Truncation block.
|
|
117
|
+
*/
|
|
72
118
|
export declare class FlowGraphTruncBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
73
119
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
74
120
|
private _polymorphicTrunc;
|
|
75
121
|
static ClassName: string;
|
|
76
122
|
}
|
|
123
|
+
/**
|
|
124
|
+
* @experimental
|
|
125
|
+
* Floor block.
|
|
126
|
+
*/
|
|
77
127
|
export declare class FlowGraphFloorBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
78
128
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
79
129
|
private _polymorphicFloor;
|
|
80
130
|
static ClassName: string;
|
|
81
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* @experimental
|
|
134
|
+
* Ceiling block.
|
|
135
|
+
*/
|
|
82
136
|
export declare class FlowGraphCeilBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
83
137
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
84
138
|
private _polymorphicCeiling;
|
|
85
139
|
static ClassName: string;
|
|
86
140
|
}
|
|
141
|
+
/**
|
|
142
|
+
* @experimental
|
|
143
|
+
* Fract block.
|
|
144
|
+
*/
|
|
87
145
|
export declare class FlowGraphFractBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
88
146
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
89
147
|
private _polymorphicFract;
|
|
90
148
|
static ClassName: string;
|
|
91
149
|
}
|
|
150
|
+
/**
|
|
151
|
+
* @experimental
|
|
152
|
+
* Negation block.
|
|
153
|
+
*/
|
|
92
154
|
export declare class FlowGraphNegBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
93
155
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
94
156
|
private _polymorphicNeg;
|
|
95
157
|
static ClassName: string;
|
|
96
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* @experimental
|
|
161
|
+
* Remainder block.
|
|
162
|
+
*/
|
|
97
163
|
export declare class FlowGraphRemainderBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
98
164
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
99
165
|
private _polymorphicRemainder;
|
|
100
166
|
static ClassName: string;
|
|
101
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* @experimental
|
|
170
|
+
* Min block.
|
|
171
|
+
*/
|
|
102
172
|
export declare class FlowGraphMinBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
103
173
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
104
174
|
private _polymorphicMin;
|
|
105
175
|
static ClassName: string;
|
|
106
176
|
}
|
|
177
|
+
/**
|
|
178
|
+
* @experimental
|
|
179
|
+
* Max block
|
|
180
|
+
*/
|
|
107
181
|
export declare class FlowGraphMaxBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
108
182
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
109
183
|
private _polymorphicMax;
|
|
110
184
|
static ClassName: string;
|
|
111
185
|
}
|
|
186
|
+
/**
|
|
187
|
+
* @experimental
|
|
188
|
+
* Clamp block.
|
|
189
|
+
*/
|
|
112
190
|
export declare class FlowGraphClampBlock extends FlowGraphTernaryOperationBlock<any, any, any, any> {
|
|
113
191
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
114
192
|
private _polymorphicClamp;
|
|
115
193
|
static ClassName: string;
|
|
116
194
|
}
|
|
195
|
+
/**
|
|
196
|
+
* @experimental
|
|
197
|
+
* Saturate block.
|
|
198
|
+
*/
|
|
117
199
|
export declare class FlowGraphSaturateBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
118
200
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
119
201
|
private _polymorphicSaturate;
|
|
120
202
|
static ClassName: string;
|
|
121
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* @experimental
|
|
206
|
+
* Interpolate block.
|
|
207
|
+
*/
|
|
122
208
|
export declare class FlowGraphInterpolateBlock extends FlowGraphTernaryOperationBlock<any, any, any, any> {
|
|
123
209
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
124
210
|
private _interpolate;
|
|
125
211
|
private _polymorphicInterpolate;
|
|
126
212
|
static ClassName: string;
|
|
127
213
|
}
|
|
214
|
+
/**
|
|
215
|
+
* @experimental
|
|
216
|
+
* Equals block.
|
|
217
|
+
*/
|
|
128
218
|
export declare class FlowGraphEqBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
129
219
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
130
220
|
private _polymorphicEq;
|
|
131
221
|
static ClassName: string;
|
|
132
222
|
}
|
|
223
|
+
/**
|
|
224
|
+
* @experimental
|
|
225
|
+
* Less than block.
|
|
226
|
+
*/
|
|
133
227
|
export declare class FlowGraphLessThanBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
134
228
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
135
229
|
private _polymorphicLessThan;
|
|
136
230
|
static ClassName: string;
|
|
137
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* @experimental
|
|
234
|
+
* Less than or equal block.
|
|
235
|
+
*/
|
|
138
236
|
export declare class FlowGraphLessThanOrEqualBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
139
237
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
140
238
|
private _polymorphicLessThanOrEqual;
|
|
141
239
|
static ClassName: string;
|
|
142
240
|
}
|
|
241
|
+
/**
|
|
242
|
+
* @experimental
|
|
243
|
+
* Greater than block.
|
|
244
|
+
*/
|
|
143
245
|
export declare class FlowGraphGreaterThanBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
144
246
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
145
247
|
private _polymorphicGreaterThan;
|
|
146
248
|
static ClassName: string;
|
|
147
249
|
}
|
|
250
|
+
/**
|
|
251
|
+
* @experimental
|
|
252
|
+
* Greater than or equal block.
|
|
253
|
+
*/
|
|
148
254
|
export declare class FlowGraphGreaterThanOrEqualBlock extends FlowGraphBinaryOperationBlock<any, any, boolean> {
|
|
149
255
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
150
256
|
private _polymorphicGreaterThanOrEqual;
|
|
151
257
|
static ClassName: string;
|
|
152
258
|
}
|
|
259
|
+
/**
|
|
260
|
+
* @experimental
|
|
261
|
+
* Is NaN block.
|
|
262
|
+
*/
|
|
153
263
|
export declare class FlowGraphIsNanBlock extends FlowGraphUnaryOperationBlock<any, boolean> {
|
|
154
264
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
155
265
|
private _polymorphicIsNan;
|
|
156
266
|
static ClassName: string;
|
|
157
267
|
}
|
|
268
|
+
/**
|
|
269
|
+
* @experimental
|
|
270
|
+
* Is Inf block.
|
|
271
|
+
*/
|
|
158
272
|
export declare class FlowGraphIsInfBlock extends FlowGraphUnaryOperationBlock<any, boolean> {
|
|
159
273
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
160
274
|
private _polymorphicIsInf;
|
|
161
275
|
static ClassName: string;
|
|
162
276
|
}
|
|
277
|
+
/**
|
|
278
|
+
* @experimental
|
|
279
|
+
* Convert degrees to radians block.
|
|
280
|
+
*/
|
|
163
281
|
export declare class FlowGraphDegToRadBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
164
282
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
165
283
|
private _degToRad;
|
|
166
284
|
private _polymorphicDegToRad;
|
|
167
285
|
static ClassName: string;
|
|
168
286
|
}
|
|
287
|
+
/**
|
|
288
|
+
* @experimental
|
|
289
|
+
* Convert radians to degrees block.
|
|
290
|
+
*/
|
|
169
291
|
export declare class FlowGraphRadToDegBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
170
292
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
171
293
|
private _radToDeg;
|
|
172
294
|
private _polymorphicRadToDeg;
|
|
173
295
|
static ClassName: string;
|
|
174
296
|
}
|
|
297
|
+
/**
|
|
298
|
+
* @experimental
|
|
299
|
+
* Sin block.
|
|
300
|
+
*/
|
|
175
301
|
export declare class FlowGraphSinBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
176
302
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
177
303
|
private _polymorphicSin;
|
|
178
304
|
static ClassName: string;
|
|
179
305
|
}
|
|
306
|
+
/**
|
|
307
|
+
* @experimental
|
|
308
|
+
* Cos block.
|
|
309
|
+
*/
|
|
180
310
|
export declare class FlowGraphCosBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
181
311
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
182
312
|
private _polymorphicCos;
|
|
183
313
|
static ClassName: string;
|
|
184
314
|
}
|
|
315
|
+
/**
|
|
316
|
+
* @experimental
|
|
317
|
+
* Tan block.
|
|
318
|
+
*/
|
|
185
319
|
export declare class FlowGraphTanBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
186
320
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
187
321
|
private _polymorphicTan;
|
|
188
322
|
static ClassName: string;
|
|
189
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* @experimental
|
|
326
|
+
* Arcsin block.
|
|
327
|
+
*/
|
|
190
328
|
export declare class FlowGraphAsinBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
191
329
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
192
330
|
private _polymorphicAsin;
|
|
193
331
|
static ClassName: string;
|
|
194
332
|
}
|
|
333
|
+
/**
|
|
334
|
+
* @experimental
|
|
335
|
+
* Arccos block.
|
|
336
|
+
*/
|
|
195
337
|
export declare class FlowGraphAcosBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
196
338
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
197
339
|
private _polymorphicAcos;
|
|
198
340
|
static ClassName: string;
|
|
199
341
|
}
|
|
342
|
+
/**
|
|
343
|
+
* @experimental
|
|
344
|
+
* Arctan block.
|
|
345
|
+
*/
|
|
200
346
|
export declare class FlowGraphAtanBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
201
347
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
202
348
|
private _polymorphicAtan;
|
|
203
349
|
static ClassName: string;
|
|
204
350
|
}
|
|
351
|
+
/**
|
|
352
|
+
* @experimental
|
|
353
|
+
* Arctan2 block.
|
|
354
|
+
*/
|
|
205
355
|
export declare class FlowGraphAtan2Block extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
206
356
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
207
357
|
private _polymorphicAtan2;
|
|
208
358
|
static ClassName: string;
|
|
209
359
|
}
|
|
360
|
+
/**
|
|
361
|
+
* @experimental
|
|
362
|
+
* Hyperbolic sin block.
|
|
363
|
+
*/
|
|
210
364
|
export declare class FlowGraphSinhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
211
365
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
212
366
|
private _polymorphicSinh;
|
|
213
367
|
static ClassName: string;
|
|
214
368
|
}
|
|
369
|
+
/**
|
|
370
|
+
* @experimental
|
|
371
|
+
* Hyperbolic cos block.
|
|
372
|
+
*/
|
|
215
373
|
export declare class FlowGraphCoshBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
216
374
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
217
375
|
private _polymorphicCosh;
|
|
218
376
|
static ClassName: string;
|
|
219
377
|
}
|
|
378
|
+
/**
|
|
379
|
+
* @experimental
|
|
380
|
+
* Hyperbolic tan block.
|
|
381
|
+
*/
|
|
220
382
|
export declare class FlowGraphTanhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
221
383
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
222
384
|
private _polymorphicTanh;
|
|
223
385
|
static ClassName: string;
|
|
224
386
|
}
|
|
387
|
+
/**
|
|
388
|
+
* @experimental
|
|
389
|
+
* Hyperbolic arcsin block.
|
|
390
|
+
*/
|
|
225
391
|
export declare class FlowGraphAsinhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
226
392
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
227
393
|
private _polymorphicAsinh;
|
|
228
394
|
static ClassName: string;
|
|
229
395
|
}
|
|
396
|
+
/**
|
|
397
|
+
* @experimental
|
|
398
|
+
* Hyperbolic arccos block.
|
|
399
|
+
*/
|
|
230
400
|
export declare class FlowGraphAcoshBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
231
401
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
232
402
|
private _polymorphicAcosh;
|
|
233
403
|
static ClassName: string;
|
|
234
404
|
}
|
|
405
|
+
/**
|
|
406
|
+
* @experimental
|
|
407
|
+
* Hyperbolic arctan block.
|
|
408
|
+
*/
|
|
235
409
|
export declare class FlowGraphAtanhBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
236
410
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
237
411
|
private _polymorphicAtanh;
|
|
238
412
|
static ClassName: string;
|
|
239
413
|
}
|
|
414
|
+
/**
|
|
415
|
+
* @experimental
|
|
416
|
+
* Exponential block.
|
|
417
|
+
*/
|
|
240
418
|
export declare class FlowGraphExpBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
241
419
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
242
420
|
private _polymorphicExp;
|
|
243
421
|
static ClassName: string;
|
|
244
422
|
}
|
|
423
|
+
/**
|
|
424
|
+
* @experimental
|
|
425
|
+
* Logarithm block.
|
|
426
|
+
*/
|
|
245
427
|
export declare class FlowGraphLogBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
246
428
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
247
429
|
private _polymorphicLog;
|
|
248
430
|
static ClassName: string;
|
|
249
431
|
}
|
|
432
|
+
/**
|
|
433
|
+
* @experimental
|
|
434
|
+
* Base 2 logarithm block.
|
|
435
|
+
*/
|
|
250
436
|
export declare class FlowGraphLog2Block extends FlowGraphUnaryOperationBlock<any, any> {
|
|
251
437
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
252
438
|
private _polymorphicLog2;
|
|
253
439
|
static ClassName: string;
|
|
254
440
|
}
|
|
441
|
+
/**
|
|
442
|
+
* @experimental
|
|
443
|
+
* Base 10 logarithm block.
|
|
444
|
+
*/
|
|
255
445
|
export declare class FlowGraphLog10Block extends FlowGraphUnaryOperationBlock<any, any> {
|
|
256
446
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
257
447
|
private _polymorphicLog10;
|
|
258
448
|
static ClassName: string;
|
|
259
449
|
}
|
|
450
|
+
/**
|
|
451
|
+
* @experimental
|
|
452
|
+
* Square root block.
|
|
453
|
+
*/
|
|
260
454
|
export declare class FlowGraphSqrtBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
261
455
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
262
456
|
private _polymorphicSqrt;
|
|
263
457
|
static ClassName: string;
|
|
264
458
|
}
|
|
459
|
+
/**
|
|
460
|
+
* @experimental
|
|
461
|
+
* Cube root block.
|
|
462
|
+
*/
|
|
265
463
|
export declare class FlowGraphCubeRootBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
266
464
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
267
465
|
private _polymorphicCubeRoot;
|
|
268
466
|
static ClassName: string;
|
|
269
467
|
}
|
|
468
|
+
/**
|
|
469
|
+
* @experimental
|
|
470
|
+
* Power block.
|
|
471
|
+
*/
|
|
270
472
|
export declare class FlowGraphPowBlock extends FlowGraphBinaryOperationBlock<any, any, any> {
|
|
271
473
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
272
474
|
private _polymorphicPow;
|
|
273
475
|
static ClassName: string;
|
|
274
476
|
}
|
|
477
|
+
/**
|
|
478
|
+
* @experimental
|
|
479
|
+
* Vector length block.
|
|
480
|
+
*/
|
|
275
481
|
export declare class FlowGraphLengthBlock extends FlowGraphUnaryOperationBlock<any, number> {
|
|
276
482
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
277
483
|
private _polymorphicLength;
|
|
278
484
|
static ClassName: string;
|
|
279
485
|
}
|
|
486
|
+
/**
|
|
487
|
+
* @experimental
|
|
488
|
+
* Vector normalize block.
|
|
489
|
+
*/
|
|
280
490
|
export declare class FlowGraphNormalizeBlock extends FlowGraphUnaryOperationBlock<any, any> {
|
|
281
491
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
282
492
|
private _polymorphicNormalize;
|
|
283
493
|
static ClassName: string;
|
|
284
494
|
}
|
|
495
|
+
/**
|
|
496
|
+
* @experimental
|
|
497
|
+
* Cross product block.
|
|
498
|
+
*/
|
|
285
499
|
export declare class FlowGraphCrossBlock extends FlowGraphBinaryOperationBlock<Vector3, Vector3, Vector3> {
|
|
286
500
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
287
501
|
static ClassName: string;
|
|
288
502
|
}
|
|
503
|
+
/**
|
|
504
|
+
* @experimental
|
|
505
|
+
* 2D rotation block.
|
|
506
|
+
*/
|
|
289
507
|
export declare class FlowGraphRotate2DBlock extends FlowGraphBinaryOperationBlock<Vector2, number, Vector2> {
|
|
290
508
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
291
509
|
static ClassName: string;
|
|
292
510
|
}
|
|
511
|
+
/**
|
|
512
|
+
* @experimental
|
|
513
|
+
* 3D rotation block.
|
|
514
|
+
*/
|
|
293
515
|
export declare class FlowGraphRotate3DBlock extends FlowGraphTernaryOperationBlock<Vector3, Vector3, number, Vector3> {
|
|
294
516
|
constructor(config?: IFlowGraphBlockConfiguration);
|
|
295
517
|
static ClassName: string;
|
|
296
518
|
}
|
|
519
|
+
/**
|
|
520
|
+
* @experimental
|
|
521
|
+
* Transposes a matrix.
|
|
522
|
+
*/
|
|
523
|
+
export declare class FlowGraphTransposeBlock extends FlowGraphUnaryOperationBlock<Matrix, Matrix> {
|
|
524
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
525
|
+
static ClassName: string;
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* @experimental
|
|
529
|
+
* Gets the determinant of a matrix.
|
|
530
|
+
*/
|
|
531
|
+
export declare class FlowGraphDeterminantBlock extends FlowGraphUnaryOperationBlock<Matrix, number> {
|
|
532
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
533
|
+
static ClassName: string;
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* @experimental
|
|
537
|
+
* Inverts a matrix.
|
|
538
|
+
*/
|
|
539
|
+
export declare class FlowGraphInvertMatrixBlock extends FlowGraphUnaryOperationBlock<Matrix, Matrix> {
|
|
540
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
541
|
+
static ClassName: string;
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* @experimental
|
|
545
|
+
* Multiplies two matrices.
|
|
546
|
+
*/
|
|
547
|
+
export declare class FlowGraphMatMulBlock extends FlowGraphBinaryOperationBlock<Matrix, Matrix, Matrix> {
|
|
548
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
549
|
+
static ClassName: string;
|
|
550
|
+
}
|
|
551
|
+
/**
|
|
552
|
+
* @experimental
|
|
553
|
+
* Bitwise NOT operation
|
|
554
|
+
*/
|
|
555
|
+
export declare class FlowGraphBitwiseNotBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
556
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
557
|
+
static ClassName: string;
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* @experimental
|
|
561
|
+
* Bitwise AND operation
|
|
562
|
+
*/
|
|
563
|
+
export declare class FlowGraphBitwiseAndBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
564
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
565
|
+
static ClassName: string;
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* @experimental
|
|
569
|
+
* Bitwise OR operation
|
|
570
|
+
*/
|
|
571
|
+
export declare class FlowGraphBitwiseOrBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
572
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
573
|
+
static ClassName: string;
|
|
574
|
+
}
|
|
575
|
+
/**
|
|
576
|
+
* @experimental
|
|
577
|
+
* Bitwise XOR operation
|
|
578
|
+
*/
|
|
579
|
+
export declare class FlowGraphBitwiseXorBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
580
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
581
|
+
static ClassName: string;
|
|
582
|
+
}
|
|
583
|
+
/**
|
|
584
|
+
* @experimental
|
|
585
|
+
* Bitwise left shift operation
|
|
586
|
+
*/
|
|
587
|
+
export declare class FlowGraphBitwiseLeftShiftBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
588
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
589
|
+
static ClassName: string;
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* @experimental
|
|
593
|
+
* Bitwise right shift operation
|
|
594
|
+
*/
|
|
595
|
+
export declare class FlowGraphBitwiseRightShiftBlock extends FlowGraphBinaryOperationBlock<FlowGraphInteger, FlowGraphInteger, FlowGraphInteger> {
|
|
596
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
597
|
+
static ClassName: string;
|
|
598
|
+
}
|
|
599
|
+
/**
|
|
600
|
+
* @experimental
|
|
601
|
+
* Count leading zeros operation
|
|
602
|
+
*/
|
|
603
|
+
export declare class FlowGraphCountLeadingZerosBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
604
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
605
|
+
static ClassName: string;
|
|
606
|
+
}
|
|
607
|
+
/**
|
|
608
|
+
* @experimental
|
|
609
|
+
* Count trailing zeros operation
|
|
610
|
+
*/
|
|
611
|
+
export declare class FlowGraphCountTrailingZerosBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
612
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
613
|
+
static ClassName: string;
|
|
614
|
+
}
|
|
615
|
+
/**
|
|
616
|
+
* @experimental
|
|
617
|
+
* Count one bits operation
|
|
618
|
+
*/
|
|
619
|
+
export declare class FlowGraphCountOneBitsBlock extends FlowGraphUnaryOperationBlock<FlowGraphInteger, FlowGraphInteger> {
|
|
620
|
+
constructor(config?: IFlowGraphBlockConfiguration);
|
|
621
|
+
static ClassName: string;
|
|
622
|
+
}
|