コード例 #1
0
ファイル: metastudio.py プロジェクト: tommytracx/metastudio
def radians(degree):
    from org.meta.math import MathUtil

    return MathUtil.toRadians(degree)