LayerCMtoWCΒΆ

LayerCMtoWC converts centimeter coordinates to world coordinates.

rmXYwc = LayerCMtoWC(hLayer, rvXcm, rvYcm)

Return Value

rmXYwc is a matrix with world coordinates. x-coordinates are in the first column and y-coordinates are in the second column.

Parameters

hLayer

Identifies the layer.

rvXcm

rvXcm is a vector with x-coordinates.

rvYcm

rvYcm is a vector with y-coordinates.

id-1668795