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

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

    return MathUtil.toDegrees(radian)