UNPKG

@evojs/math

Version:
9 lines (8 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deg = void 0; var constants_1 = require("./constants"); function deg(radians) { return radians * constants_1.DIV_180_PI; } exports.deg = deg;