document rotation direction

This commit is contained in:
mike-000
2020-11-23 14:41:19 +00:00
committed by GitHub
parent 35266c47a3
commit 540e5faa74
+1 -1
View File
@@ -217,7 +217,7 @@ class SimpleGeometry extends Geometry {
/** /**
* Rotate the geometry around a given coordinate. This modifies the geometry * Rotate the geometry around a given coordinate. This modifies the geometry
* coordinates in place. * coordinates in place.
* @param {number} angle Rotation angle in radians. * @param {number} angle Rotation angle in counter-clockwise radians.
* @param {import("../coordinate.js").Coordinate} anchor The rotation center. * @param {import("../coordinate.js").Coordinate} anchor The rotation center.
* @api * @api
*/ */