vout = VECROTATE(vin,ang,ax) rotates a vector any number of degrees about any axis ARGUMENTS vin ... n x 3 matrix to rotate ang ... Angular rotation (in degrees) ax ... Axes to rotate about (string): 'x','y','z' or 'i','j','k' RETURN vout ... Rotated n x 3 matrix See also ctransform