Changeset 1108 for trunk/src/angle2normal.m
- Timestamp:
- Jan 7, 2022, 10:55:01 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/angle2normal.m
r1080 r1108 1 1 %calculate the components of the unit vector norm_plane normal to the plane 2 2 %defined by the rotation vector PlaneAngle (in degree) 3 % this gives the equation of the plane as norm_plane(1)x + norm_plane(2)y + norm_plane(2)z = 03 % this gives the equation of the plane as norm_plane(1)x + norm_plane(2)y +norm_plane(3)z = cte 4 4 5 5 function norm_plane=rotate(PlaneAngle)
Note: See TracChangeset
for help on using the changeset viewer.