其他数学函数
Other Math
Section titled “Other Math”此类别包含其他未涵盖的数学函数。
degreesToRadians()
Section titled “degreesToRadians()”degreesToRadians(degrees)
将角度转换为弧度。
参数 | 类型 | 描述 |
---|---|---|
degrees | 数字 | 需要转换为弧度的角度值 |
数字
radiansToDegrees()
Section titled “radiansToDegrees()”radiansToDegrees(radians)
将弧度转换为角度。
参数 | 类型 | 描述 |
---|---|---|
radians | 数字 | 需要转换为角度的弧度值 |
数字