Ignore:
Timestamp:
Apr 17, 2020, 5:58:49 PM (4 years ago)
Author:
sommeria
Message:

ima2temperature.m added and various bug repairs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/angle2normal.m

    r1078 r1080  
    33% this gives the equation of the plane as norm_plane(1)x + norm_plane(2)y + norm_plane(2)z = 0
    44
    5 function norm_plane=angle2normal(PlaneAngle)
     5function norm_plane=rotate(PlaneAngle)
     6
    67om=norm(PlaneAngle);%norm of rotation angle in degrees
    78OmAxis=PlaneAngle/om; %unit vector marking the rotation axis
Note: See TracChangeset for help on using the changeset viewer.