docs: fix Point's trunc method docs (#5987)
This commit is contained in:
parent
bf3b6a3b1a
commit
9fb0df7f04
@ -145,7 +145,7 @@ Point.prototype = {
|
|||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
// @method ceil(): Point
|
// @method trunc(): Point
|
||||||
// Returns a copy of the current point with truncated coordinates (rounded towards zero).
|
// Returns a copy of the current point with truncated coordinates (rounded towards zero).
|
||||||
trunc: function () {
|
trunc: function () {
|
||||||
return this.clone()._trunc();
|
return this.clone()._trunc();
|
||||||
|
Loading…
Reference in New Issue
Block a user