Click or drag to resize

Point3iMultiply Operator

Shifts point by a certain offset

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Point3i operator *(
	Point3i pt,
	double scale
)

Parameters

pt
Type: OpenCvSharpPoint3i
scale
Type: SystemDouble

Return Value

Type: Point3i
See Also