Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | coordsys |
csys | in | Coordinate System to replace from | |
Allowed: | Coordsys tool | ||
whichin | in | Index of input coordinate | |
Allowed: | Integer | ||
whichout | in | Index of output coordinate | |
Allowed: | Integer |
This function replaces on coordinate in the current Coordinate System by one coordinate in the given Coordinate System. The specified coordinates must have the same number of axes.
- cs := coordsys(direction=T, linear=1) - cs.coordinatetype() Direction Linear - cs2 := coordsys(spectral=T) - cs2.replace (cs2,2,1) - cs.coordinatetype() Direction Spectral