.. highlightlang:: us .. index:: LayerCMtoWC .. _layercmtowc: LayerCMtoWC =========== .. us.tag LayerCMtoWC ENGLISH LayerSet :ref:`LayerCMtoWC` converts centimeter coordinates to world coordinates. .. function:: rmXYwc = LayerCMtoWC(hLayer, rvXcm, rvYcm) .. us.return **Return Value** *rmXYwc* is a matrix with world coordinates. x-coordinates are in the first column and y-coordinates are in the second column. .. us.params **Parameters** .. uparam:: hLayer Identifies the layer. .. uparam:: rvXcm *rvXcm* is a vector with x-coordinates. .. uparam:: rvYcm *rvYcm* is a vector with y-coordinates. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerWCtoCM` :sub:`id-1668795`