Click or drag to resize

BasePluginCameraConvertScanFieldWorldToPixel Method

converts scan field or world coordinates to pixel

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

Parameters

pointWorld  dvec2

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

Return Value

dvec2

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

See Also