Click or drag to resize

BasePluginCameraRectificationDataEquality Operator

Returns true if the homologous points in rd1 and rd2 have the same values.

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public static bool operator ==(
	BasePluginCameraRectificationData rd1,
	BasePluginCameraRectificationData rd2
)

Parameters

rd1  BasePluginCameraRectificationData
The first five points.
rd2  BasePluginCameraRectificationData
The second five points.

Return Value

Boolean
true if all homologous points have the same values.
See Also