radiansTo Method
Return the radians (as a simple number, not strongly typed Angle) signed angle from this to vectorB. This is positive if the shortest turn is counterclockwise, negative if clockwise.
radiansTo(vectorB: XAndY): number
| Parameter | Type | Description |
|---|---|---|
| vectorB | XAndY |
Returns - number
Defined in
- geometry3d/Point2dVector2d.ts Line 665
Last Updated: 09 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.