Click or drag to resize

BasePluginCameraCalibrationDataCopyDeep Method

Creates a deep copy of the given source in the given destination object.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static void CopyDeep(
	BasePluginCameraCalibrationData src,
	BasePluginCameraCalibrationData dst
)

Parameters

src  BasePluginCameraCalibrationData
The source calibration data.
dst  BasePluginCameraCalibrationData
The destination calibration data.
See Also