Changeset 955 for trunk/src/mouse_up.m
- Timestamp:
- Jun 22, 2016, 7:54:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_up.m
r954 r955 116 116 end 117 117 end 118 case 'plane_z'119 if size(ObjectData.Coord,1)==1 % this is the mouse up for the first point, continue until next click120 check_multiple=1;121 end122 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 width125 118 otherwise 126 119 check_multiple=1;
Note: See TracChangeset
for help on using the changeset viewer.