0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

Fixed constraint pointB documentation

This commit is contained in:
Griva 2018-06-09 16:15:25 +02:00
parent 06655ff2c7
commit 0b5ce1d77f

View file

@ -406,7 +406,7 @@ var Common = require('../core/Common');
*/
/**
* A `Vector` that specifies the offset of the constraint from center of the `constraint.bodyA` if defined, otherwise a world-space position.
* A `Vector` that specifies the offset of the constraint from center of the `constraint.bodyB` if defined, otherwise a world-space position.
*
* @property pointB
* @type vector