Go to the source code of this file.
Namespaces | |
demo | |
Variables | |
demo.include_endpoints | |
demo.my_interpolated_point = q.rotate(my_vector) | |
demo.my_quaternion = pyquaternion.Quaternion(axis=[0, 1, 0], degrees=90) | |
demo.my_rotated_vector = my_quaternion.rotate(my_vector) | |
list | demo.my_vector = [0, 0, 4] |
demo.null_quaternion = pyquaternion.Quaternion(axis=[0, 1, 0], angle=0) | |