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

    return MathUtil.toDegrees(radian)