Mercurial > hg > octave-image
view MakeShears.m @ 59:8ae91f3e55a5 Octave-Forge-2004.02.12
Add some of the missing functions to the categorical index
author | pkienzle |
---|---|
date | Thu, 12 Feb 2004 07:49:40 +0000 |
parents | c588e9010b49 |
children |
line wrap: on
line source
function [S1, S2] = MakeShears(theta) S1 = eye(2); S2 = eye(2); S1(1,2) = -tan(theta/2); S2(2,1) = sin(theta);