Skip to content

vlt.math.rot2d

  vlt.math.rot2d(THETA) 2D rotation matrix

   Returns the 2D rotation matrix:

     R  = [cos(theta) -sin(theta) ; sin(theta) cos(theta) ]