Skip to content

@technobuddha > library > Geometry > Angle

Type Alias: UnitOptions

ts
type UnitOptions = {
  unit?: AngleUnit;
};

Defined in: angle.ts:71

Options for angle-related functions

Properties

PropertyTypeDescriptionDefined in
unit?AngleUnitThe unit of the angle (e.g., degrees, radians).src/angle.ts:75