Ejemplo n.º 1
0
def radians(degree):
    from org.meta.math import MathUtil

    return MathUtil.toRadians(degree)
Ejemplo n.º 2
0
def degrees(radian):
    from org.meta.math import MathUtil

    return MathUtil.toDegrees(radian)