You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small python program to rotate a plotted 3D object using Numpy.
I have used the python visualization plotly to plot a 3D cuboid and used Numpy package to rotate the cuboid. The basic thory of rotational matrices is being used here.