Changeset 13646 for issm/trunk-jpl/src/m/mesh/planet/sphere_project.m
- Timestamp:
- 10/12/12 16:44:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/mesh/planet/sphere_project.m
r12913 r13646 50 50 % use of arctan functions, which have branches. 51 51 52 53 52 % Convert Cartesian X,Y,Z to spherical (radians) 54 53 theta = atan2( (Y-yo), (X-xo) );
Note:
See TracChangeset
for help on using the changeset viewer.