create360 MethodStatic
Create a full circle sweep (CCW).
create360(startRadians?: number, result?: AngleSweep): AngleSweep
| Parameter | Type | Description |
|---|---|---|
| startRadians | number | start angle in radians. Defaults to 0. |
| result | AngleSweep | optional preallocated object to populate and return. |
Returns - AngleSweep
Defined in
- geometry3d/AngleSweep.ts Line 169
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.