Parent Directory
|
Revision Log
|
Revision Graph
overloarding m_map/m_ll2xy.m and complex functions
| 1 | gforget | 1.1 | function r = angle(p) |
| 2 | |||
| 3 | r=p; | ||
| 4 | |||
| 5 | for iFace=1:r.nFaces; | ||
| 6 | iF=num2str(iFace); | ||
| 7 | eval(['r.f' iF '=angle(p.f' iF ');']); | ||
| 8 | end; | ||
| 9 | |||
| 10 |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |