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

View File

@@ -217,7 +217,7 @@ class SimpleGeometry extends Geometry {
/**
* Rotate the geometry around a given coordinate. This modifies the geometry
* 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.
* @api
*/