rMove()
Rotates the cursor direction by the given angle in degrees.
Returns: Geometry
Signatures
rMove(angle: number): Geometry
Rotates the cursor direction by the given angle in degrees.
| Parameter | Type | Description |
|---|---|---|
angle | number | The rotation angle in degrees |
rMove(angle: number, pivot: Point2DLike): Geometry
Rotates the cursor direction by the given angle around a pivot point.
| Parameter | Type | Description |
|---|---|---|
angle | number | The rotation angle in degrees |
pivot | Point2DLike | The pivot point to rotate around |