Skip to content

Commit

Permalink
fix docs for Vector.angle, closes #471
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Jun 11, 2018
1 parent f7f77b4 commit db30d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geometry/Vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ module.exports = Vector;
};

/**
* Returns the angle in radians between the two vectors relative to the x-axis.
* Returns the angle between the vector `vectorB - vectorA` and the x-axis in radians.
* @method angle
* @param {vector} vectorA
* @param {vector} vectorB
Expand Down

0 comments on commit db30d79

Please sign in to comment.