Click or drag to resize

BasePluginCameraCalibrationDataCloneDeep Method

Creates a deep clone of the given calibration data.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public BasePluginCameraCalibrationData CloneDeep(
	BasePluginCameraCalibrationData oldCalibrationData
)

Parameters

oldCalibrationData  BasePluginCameraCalibrationData
The calibration data to copy from.

Return Value

BasePluginCameraCalibrationData
The new deep clone.
See Also