planck-js
Version:
2D JavaScript physics engine for cross-platform HTML5 game development
49 lines (26 loc) • 1.02 kB
Markdown
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [ManifoldPoint](manifoldpoint.md)
# Interface: ManifoldPoint
## Hierarchy
* **ManifoldPoint**
## Index
### Properties
* [id](manifoldpoint.md#id)
* [localPoint](manifoldpoint.md#localpoint)
* [normalImpulse](manifoldpoint.md#normalimpulse)
* [tangentImpulse](manifoldpoint.md#tangentimpulse)
## Properties
### id
• **id**: *[ContactID](contactid.md)*
*Defined in [index.d.ts:45](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L45)*
___
### localPoint
• **localPoint**: *[Vec2](../classes/vec2.md)*
*Defined in [index.d.ts:42](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L42)*
___
### normalImpulse
• **normalImpulse**: *number*
*Defined in [index.d.ts:43](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L43)*
___
### tangentImpulse
• **tangentImpulse**: *number*
*Defined in [index.d.ts:44](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L44)*