UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

21 lines (14 loc) 493 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [ContactManifold](./server.contactmanifold.md) ## ContactManifold type A contact manifold. **Signature:** ```typescript export type ContactManifold = { contactPoints: Vector3Like[]; localNormalA: Vector3Like; localNormalB: Vector3Like; normal: Vector3Like; }; ``` **References:** [Vector3Like](./server.vector3like.md)