Merge branch 'master' into mrazator/separate-element-into-standalone-package

This commit is contained in:
Marcel Mraz 2025-03-24 09:52:29 +01:00
commit 49ee6fbc14
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
30 changed files with 1299 additions and 1093 deletions

View file

@ -97,7 +97,7 @@ export function pointsEqual<Point extends GlobalPoint | LocalPoint>(
}
/**
* Roate a point by [angle] radians.
* Rotate a point by [angle] radians.
*
* @param point The point to rotate
* @param center The point to rotate around, the center point
@ -116,7 +116,7 @@ export function pointRotateRads<Point extends GlobalPoint | LocalPoint>(
}
/**
* Roate a point by [angle] degree.
* Rotate a point by [angle] degree.
*
* @param point The point to rotate
* @param center The point to rotate around, the center point