Namespace: CCUtil

firefly.util.image. CCUtil

part of lowLevelApi

Source:

Methods


<static> getDeviceCoords(plot, pt)

Parameters:
Name Type Description
plot WebPlot

the image

pt object

the point to convert

Source:

<static> getImageCoords(plot, pt)

Convert to Image Point

.

Convert to Image Point

Parameters:
Name Type Description
plot WebPlot

the image

pt object

the point to convert

Source:
Returns:
Type
ImagePt

<static> getImageWorkSpaceCoords(plot, pt)

Convert to ImageWorkSpace Point

.

Convert to ImageWorkSpace Point

Parameters:
Name Type Description
plot WebPlot

the image

pt
Source:

<static> getWorldCoords(plot, pt)

Convert to World Point

.

Convert to World Point

Parameters:
Name Type Description
plot WebPlot

the image

pt

the point to convert

Source:
Returns:
Type
WorldPt

<static> getWorldPtRepresentation(pt)

Parameters:
Name Type Description
pt
Source:
Returns:
Type
*