예제 #1
0
def check_vector(obj):
    return check(obj, Vector3d)
예제 #2
0
파일: test_object3d.py 프로젝트: pc494/orix
def test_check_failing():
    check(np.asarray([1, 1, 1, 1]), Object3d)
예제 #3
0
def check_quaternion(obj):
    return check(obj, Quaternion)