document rotation direction

This commit is contained in:
mike-000
2020-11-23 14:41:30 +00:00
committed by GitHub
parent 540e5faa74
commit 1c529a9e2f

View File

@@ -227,7 +227,7 @@ class Circle extends SimpleGeometry {
/**
* 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
*/