mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Point docs: rename Vectorial Math Functions grouptitle to Vector Math Functions.
This commit is contained in:
parent
9cb362d389
commit
9f6e4f0491
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ var Point = this.Point = Base.extend({
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@grouptitle Vectorial Math Functions}
|
* {@grouptitle Vector Math Functions}
|
||||||
* Returns the dot product of the point and another point.
|
* Returns the dot product of the point and another point.
|
||||||
*
|
*
|
||||||
* @param {Point} point
|
* @param {Point} point
|
||||||
|
|
Loading…
Reference in a new issue