mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Merge branch 'master' into mtolmacs/fix/arrow-duplicate-binding-fix
This commit is contained in:
commit
9bd889a994
1 changed files with 2 additions and 2 deletions
|
@ -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 point The point to rotate
|
||||||
* @param center The point to rotate around, the center point
|
* @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 point The point to rotate
|
||||||
* @param center The point to rotate around, the center point
|
* @param center The point to rotate around, the center point
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue