Rotation in 3D space: Y-axis
I'm really struggling to make a simple rotation through the axis that has no angle (neither theta or phi). Ok I'm not good in linear algebra but could you please help me?
axes = ThreeDAxes(
x_range=[0,6,1],
y_range=[0,6,1],
z_range=[0,6,1],
x_length=6,
y_length=6,
z_length=6,
)
self.set_camera_orientation(zoom=0.6)
labels = axes.get_axis_labels("p'", "q", "v")self.set_camera_orientation(zoom=0.6)
labels = axes.get_axis_labels("p'", "q", "v")
I need to change view from the auto (q-p' or y-x with y vertical, to q-v with y-z
u/Tau-Ceti-25 — 3 days ago