Click or drag to resize

BasePluginCameraConvertScanFieldPixelToWorld Method

converts scan field pixel point to the scan field or world coordinates (µm) pixel coordinate system: left top 0/0 right bottom w/h

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public dvec2 ConvertScanFieldPixelToWorld(
	dvec2 pointPixel
)

Parameters

pointPixel  dvec2

[Missing <param name="pointPixel"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.ConvertScanFieldPixelToWorld(GlmSharp.dvec2)"]

Return Value

dvec2

[Missing <returns> documentation for "M:RAYLASE.Marker.CamerasPlugin.BasePluginCamera.ConvertScanFieldPixelToWorld(GlmSharp.dvec2)"]

See Also