blockly > utils > math > toRadians

الدالة utils.math.toRadians()

لتحويل الدرجات إلى وحدات راديان. تم النسخ من goog.math.toRadians من Closure.

Signature:

export declare function toRadians(angleDegrees: number): number;

المَعلمات

المَعلمة Type الوصف
angleDegrees الرقم الزاوية بالدرجات.

المرتجعات:

الرقم

زاوية بوحدات الراديان.