Changeset 788 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/Models_2D/GizmoCylinder_v40.ipf
- Timestamp:
- Feb 10, 2011 1:29:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Models/Models_2D/GizmoCylinder_v40.ipf
r665 r788 3 3 4 4 Proc ShowCylinderOrientation() 5 Gizmo1() 5 if(WinType("ObjOrient") == 0) 6 Gizmo1() 7 endif 6 8 end 7 9 … … 58 60 phi = phi/360*2*pi 59 61 60 Print " theta, phi in radians = ",theta,phi62 Print "Use theta, phi in radians = ",theta,phi 61 63 62 64 dx = sin(theta)*cos(phi)
Note: See TracChangeset
for help on using the changeset viewer.