Skip to content

textmode.js / Textmodifier / degrees

Method: degrees()

ts
degrees(radians): number;

Convert radians to degrees.

Parameters

ParameterTypeDescription
radiansnumberAngle in radians.

Returns

number

Angle in degrees.

Example