A class representing Cartesian 3-dimensonal vectors.
Return Vector instance transformed using a 3x3 matrix rot_mat = a 3x3 Python matrix instance.
An alternate and better way to find the torsion angle between planes ab and bc. a,b,c = Vector instances.
Returns a euler form of an axis angle rotation. x, y, z = axis of rotation (does not need to be normalised). turn = angle of rotation, in radians if rad=True, else in degrees.
Returns a matrix form of an axis angle rotation. x, y, z = axis of rotation (does not need to be normalised). turn = angle of rotation, in radians if rad=True, else in degrees.