Changeset 955 for trunk/src/mouse_up.m


Ignore:
Timestamp:
Jun 22, 2016, 7:54:40 PM (8 years ago)
Author:
sommeria
Message:

various

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_up.m

    r954 r955  
    116116                    end
    117117                end
    118             case 'plane_z'
    119                 if size(ObjectData.Coord,1)==1 % this is the mouse up for the first point, continue until next click
    120                     check_multiple=1;
    121                 end
    122                 DX=(xy(1,1)-ObjectData.Coord(1,1));
    123                 DY=(xy(1,2)-ObjectData.Coord(1,2));
    124                 ObjectData.Phi=(angle(DX+i*DY))*180/pi;%rectangle width
    125118            otherwise
    126119                check_multiple=1;
Note: See TracChangeset for help on using the changeset viewer.