<!-- 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)

