vlt.math.refl2d¶
vlt.math.refl2d - 2D reflection matrix
R = vlt.math.refl2d(THETA)
Returns R = [cos(2*THETA) sin(2*THETA) ; sin(2*THETA) -cos(2*THETA) ];
vlt.math.refl2d - 2D reflection matrix
R = vlt.math.refl2d(THETA)
Returns R = [cos(2*THETA) sin(2*THETA) ; sin(2*THETA) -cos(2*THETA) ];