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.CamerasPluginAssembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntaxpublic double ConvertWorldLengthToPixelLength(
double lengthWorld
)
Parameters
- lengthWorld Double
- The distance in world coordinates.
Return Value
DoubleThe distance in pixel coordinates.
See Also