Changeset 1077 for trunk/src/mouse_motion.m
- Timestamp:
- Mar 20, 2020, 11:29:01 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r1072 r1077 231 231 norm_plane(3)=OmAxis(3)*coeff+cos_om; 232 232 %Z0=norm_plane*Field.ProjObjectCoord'/norm_plane(3); 233 pos(3)=-(norm_plane(1)*pos(1) -norm_plane(2)*pos(2))/norm_plane(3);233 pos(3)=-(norm_plane(1)*pos(1)+norm_plane(2)*pos(2))/norm_plane(3); 234 234 end 235 235 pos=pos+Field.ProjObjectCoord;
Note: See TracChangeset
for help on using the changeset viewer.