Click or drag to resize

BasePluginCameraConvertWorldPosToPixelPos Method

Converts a point in world coordinates into pixel coordinates. The current size in world coordinates and the current pixel size of the scan field is taken into account. The origin in world coordinates is expected to be in the middle of the field. Attention: Field and process transformations are not considered.

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

Parameters

pointWorld  dvec2

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

Return Value

dvec2
The x and y position in pixel coordinates.
See Also