hytopia 0.10.18 → 0.10.19
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/boilerplate/assets/map.json +2640 -650
- package/docs/server.rigidbody.effectiveworldinverseprincipalangularinertiasqrt.md +13 -0
- package/docs/server.rigidbody.inverseprincipalangularinertiasqrt.md +13 -0
- package/docs/server.rigidbody.md +42 -0
- package/package.json +1 -1
- package/server.api.json +70 -0
- package/server.d.ts +4 -0
- package/server.mjs +145 -145
@@ -0,0 +1,13 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [RigidBody](./server.rigidbody.md) > [effectiveWorldInversePrincipalAngularInertiaSqrt](./server.rigidbody.effectiveworldinverseprincipalangularinertiasqrt.md)
|
4
|
+
|
5
|
+
## RigidBody.effectiveWorldInversePrincipalAngularInertiaSqrt property
|
6
|
+
|
7
|
+
The effective world inverse principal angular inertia square root of the rigid body.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
get effectiveWorldInversePrincipalAngularInertiaSqrt(): SpdMatrix3 | undefined;
|
13
|
+
```
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
2
|
+
|
3
|
+
[Home](./index.md) > [server](./server.md) > [RigidBody](./server.rigidbody.md) > [inversePrincipalAngularInertiaSqrt](./server.rigidbody.inverseprincipalangularinertiasqrt.md)
|
4
|
+
|
5
|
+
## RigidBody.inversePrincipalAngularInertiaSqrt property
|
6
|
+
|
7
|
+
The inverse principal angular inertia square root of the rigid body.
|
8
|
+
|
9
|
+
**Signature:**
|
10
|
+
|
11
|
+
```typescript
|
12
|
+
get inversePrincipalAngularInertiaSqrt(): Vector3Like | undefined;
|
13
|
+
```
|
package/docs/server.rigidbody.md
CHANGED
@@ -262,6 +262,27 @@ The effective angular inertia of the rigid body.
|
|
262
262
|
The effective inverse mass of the rigid body.
|
263
263
|
|
264
264
|
|
265
|
+
</td></tr>
|
266
|
+
<tr><td>
|
267
|
+
|
268
|
+
[effectiveWorldInversePrincipalAngularInertiaSqrt](./server.rigidbody.effectiveworldinverseprincipalangularinertiasqrt.md)
|
269
|
+
|
270
|
+
|
271
|
+
</td><td>
|
272
|
+
|
273
|
+
`readonly`
|
274
|
+
|
275
|
+
|
276
|
+
</td><td>
|
277
|
+
|
278
|
+
[SpdMatrix3](./server.spdmatrix3.md) \| undefined
|
279
|
+
|
280
|
+
|
281
|
+
</td><td>
|
282
|
+
|
283
|
+
The effective world inverse principal angular inertia square root of the rigid body.
|
284
|
+
|
285
|
+
|
265
286
|
</td></tr>
|
266
287
|
<tr><td>
|
267
288
|
|
@@ -346,6 +367,27 @@ number \| undefined
|
|
346
367
|
The inverse mass of the rigid body.
|
347
368
|
|
348
369
|
|
370
|
+
</td></tr>
|
371
|
+
<tr><td>
|
372
|
+
|
373
|
+
[inversePrincipalAngularInertiaSqrt](./server.rigidbody.inverseprincipalangularinertiasqrt.md)
|
374
|
+
|
375
|
+
|
376
|
+
</td><td>
|
377
|
+
|
378
|
+
`readonly`
|
379
|
+
|
380
|
+
|
381
|
+
</td><td>
|
382
|
+
|
383
|
+
[Vector3Like](./server.vector3like.md) \| undefined
|
384
|
+
|
385
|
+
|
386
|
+
</td><td>
|
387
|
+
|
388
|
+
The inverse principal angular inertia square root of the rigid body.
|
389
|
+
|
390
|
+
|
349
391
|
</td></tr>
|
350
392
|
<tr><td>
|
351
393
|
|
package/package.json
CHANGED
package/server.api.json
CHANGED
@@ -43046,6 +43046,41 @@
|
|
43046
43046
|
"isProtected": false,
|
43047
43047
|
"isAbstract": false
|
43048
43048
|
},
|
43049
|
+
{
|
43050
|
+
"kind": "Property",
|
43051
|
+
"canonicalReference": "server!RigidBody#effectiveWorldInversePrincipalAngularInertiaSqrt:member",
|
43052
|
+
"docComment": "/**\n * The effective world inverse principal angular inertia square root of the rigid body.\n */\n",
|
43053
|
+
"excerptTokens": [
|
43054
|
+
{
|
43055
|
+
"kind": "Content",
|
43056
|
+
"text": "get effectiveWorldInversePrincipalAngularInertiaSqrt(): "
|
43057
|
+
},
|
43058
|
+
{
|
43059
|
+
"kind": "Reference",
|
43060
|
+
"text": "SpdMatrix3",
|
43061
|
+
"canonicalReference": "server!SpdMatrix3:interface"
|
43062
|
+
},
|
43063
|
+
{
|
43064
|
+
"kind": "Content",
|
43065
|
+
"text": " | undefined"
|
43066
|
+
},
|
43067
|
+
{
|
43068
|
+
"kind": "Content",
|
43069
|
+
"text": ";"
|
43070
|
+
}
|
43071
|
+
],
|
43072
|
+
"isReadonly": true,
|
43073
|
+
"isOptional": false,
|
43074
|
+
"releaseTag": "Public",
|
43075
|
+
"name": "effectiveWorldInversePrincipalAngularInertiaSqrt",
|
43076
|
+
"propertyTypeTokenRange": {
|
43077
|
+
"startIndex": 1,
|
43078
|
+
"endIndex": 3
|
43079
|
+
},
|
43080
|
+
"isStatic": false,
|
43081
|
+
"isProtected": false,
|
43082
|
+
"isAbstract": false
|
43083
|
+
},
|
43049
43084
|
{
|
43050
43085
|
"kind": "Property",
|
43051
43086
|
"canonicalReference": "server!RigidBody#enabledPositions:member",
|
@@ -43221,6 +43256,41 @@
|
|
43221
43256
|
"isProtected": false,
|
43222
43257
|
"isAbstract": false
|
43223
43258
|
},
|
43259
|
+
{
|
43260
|
+
"kind": "Property",
|
43261
|
+
"canonicalReference": "server!RigidBody#inversePrincipalAngularInertiaSqrt:member",
|
43262
|
+
"docComment": "/**\n * The inverse principal angular inertia square root of the rigid body.\n */\n",
|
43263
|
+
"excerptTokens": [
|
43264
|
+
{
|
43265
|
+
"kind": "Content",
|
43266
|
+
"text": "get inversePrincipalAngularInertiaSqrt(): "
|
43267
|
+
},
|
43268
|
+
{
|
43269
|
+
"kind": "Reference",
|
43270
|
+
"text": "Vector3Like",
|
43271
|
+
"canonicalReference": "server!Vector3Like:interface"
|
43272
|
+
},
|
43273
|
+
{
|
43274
|
+
"kind": "Content",
|
43275
|
+
"text": " | undefined"
|
43276
|
+
},
|
43277
|
+
{
|
43278
|
+
"kind": "Content",
|
43279
|
+
"text": ";"
|
43280
|
+
}
|
43281
|
+
],
|
43282
|
+
"isReadonly": true,
|
43283
|
+
"isOptional": false,
|
43284
|
+
"releaseTag": "Public",
|
43285
|
+
"name": "inversePrincipalAngularInertiaSqrt",
|
43286
|
+
"propertyTypeTokenRange": {
|
43287
|
+
"startIndex": 1,
|
43288
|
+
"endIndex": 3
|
43289
|
+
},
|
43290
|
+
"isStatic": false,
|
43291
|
+
"isProtected": false,
|
43292
|
+
"isAbstract": false
|
43293
|
+
},
|
43224
43294
|
{
|
43225
43295
|
"kind": "Property",
|
43226
43296
|
"canonicalReference": "server!RigidBody#isCcdEnabled:member",
|
package/server.d.ts
CHANGED
@@ -5310,6 +5310,8 @@ export declare class RigidBody extends EventRouter {
|
|
5310
5310
|
get effectiveAngularInertia(): SpdMatrix3 | undefined;
|
5311
5311
|
/** The effective inverse mass of the rigid body. */
|
5312
5312
|
get effectiveInverseMass(): Vector3Like | undefined;
|
5313
|
+
/** The effective world inverse principal angular inertia square root of the rigid body. */
|
5314
|
+
get effectiveWorldInversePrincipalAngularInertiaSqrt(): SpdMatrix3 | undefined;
|
5313
5315
|
/** The enabled axes of rotational movement of the rigid body. */
|
5314
5316
|
get enabledRotations(): Vector3Boolean;
|
5315
5317
|
/** The enabled axes of positional movement of the rigid body. */
|
@@ -5318,6 +5320,8 @@ export declare class RigidBody extends EventRouter {
|
|
5318
5320
|
get gravityScale(): number;
|
5319
5321
|
/** The inverse mass of the rigid body. */
|
5320
5322
|
get inverseMass(): number | undefined;
|
5323
|
+
/** The inverse principal angular inertia square root of the rigid body. */
|
5324
|
+
get inversePrincipalAngularInertiaSqrt(): Vector3Like | undefined;
|
5321
5325
|
/** Whether the rigid body has continuous collision detection enabled. */
|
5322
5326
|
get isCcdEnabled(): boolean;
|
5323
5327
|
/** Whether the rigid body is dynamic. */
|