UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

6 lines (4 loc) 152 B
import { MathUtils } from 'three'; export default function radToDeg(radians: number): number { return (MathUtils.radToDeg(radians) + 360) % 360; }