planck-js
Version:
2D JavaScript physics engine for cross-platform HTML5 game development
76 lines (41 loc) • 1.69 kB
Markdown
[Planck.js API Doc](../README.md) › [Globals](../globals.md) › [VelocityConstraintPoint](velocityconstraintpoint.md)
# Class: VelocityConstraintPoint
## Hierarchy
* **VelocityConstraintPoint**
## Index
### Properties
* [normalImpulse](velocityconstraintpoint.md#normalimpulse)
* [normalMass](velocityconstraintpoint.md#normalmass)
* [rA](velocityconstraintpoint.md#ra)
* [rB](velocityconstraintpoint.md#rb)
* [tangentImpulse](velocityconstraintpoint.md#tangentimpulse)
* [tangentMass](velocityconstraintpoint.md#tangentmass)
* [velocityBias](velocityconstraintpoint.md#velocitybias)
## Properties
### normalImpulse
• **normalImpulse**: *number*
*Defined in [index.d.ts:304](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L304)*
___
### normalMass
• **normalMass**: *number*
*Defined in [index.d.ts:306](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L306)*
___
### rA
• **rA**: *[Vec2](vec2.md)*
*Defined in [index.d.ts:302](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L302)*
___
### rB
• **rB**: *[Vec2](vec2.md)*
*Defined in [index.d.ts:303](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L303)*
___
### tangentImpulse
• **tangentImpulse**: *number*
*Defined in [index.d.ts:305](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L305)*
___
### tangentMass
• **tangentMass**: *number*
*Defined in [index.d.ts:307](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L307)*
___
### velocityBias
• **velocityBias**: *number*
*Defined in [index.d.ts:308](https://github.com/shakiba/planck.js/blob/038d425/lib/index.d.ts#L308)*