Click or drag to resize

BasePluginCameraConvertWorldLengthToPixelLength Method

Converts a distance, given in world coordinates, into the same distance in pixel coordinates. The downscale factor is taken into account.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public double ConvertWorldLengthToPixelLength(
	double lengthWorld
)

Parameters

lengthWorld  Double
The distance in world coordinates.

Return Value

Double
The distance in pixel coordinates.
See Also