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:
parent
06655ff2c7
commit
0b5ce1d77f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue