@technobuddha > library > Geometry > Angle
Type Alias: UnitOptions
ts
type UnitOptions = {
unit?: AngleUnit;
};Defined in: angle.ts:71
Options for angle-related functions
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
unit? | AngleUnit | The unit of the angle (e.g., degrees, radians). | src/angle.ts:75 |