Go to the source code of this file.
Namespaces | |
| demo2 | |
Functions | |
| def | demo2.animate (i) |
| def | demo2.generate_quaternion () |
| def | demo2.init () |
Variables | |
| demo2.anim | |
| demo2.ax = fig.add_axes([0, 0, 1, 1], projection='3d') | |
| list | demo2.colors = ['r', 'g', 'b'] |
| demo2.endpoints = np.array([[1, 0, 0], [0, 1, 0], [0, 0, 1]]) | |
| demo2.fig = plt.figure() | |
| demo2.lines | |
| demo2.quaternion_generator = generate_quaternion() | |
| demo2.startpoints = np.array([[0, 0, 0], [0, 0, 0], [0, 0, 0]]) | |