Outline._normalizePagePoint method
Outline › _normalizePagePoint
Unofficial
Normalize a point relative to the page with the given rotation.Signature:
_normalizePagePoint(x: unknown, y: unknown, rotation: unknown): unknown[]Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | unknown | |
| y | unknown | |
| rotation | unknown |
Returns: unknown[] — The normalized point coordinates.