Click or drag to resize

Point3fMultiply Operator

Shifts point by a certain offset

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Point3f operator *(
	Point3f pt,
	double scale
)

Parameters

pt
Type: OpenCvSharpPoint3f

[Missing <param name="pt"/> documentation for "M:OpenCvSharp.Point3f.op_Multiply(OpenCvSharp.Point3f,System.Double)"]

scale
Type: SystemDouble

[Missing <param name="scale"/> documentation for "M:OpenCvSharp.Point3f.op_Multiply(OpenCvSharp.Point3f,System.Double)"]

Return Value

Type: Point3f

[Missing <returns> documentation for "M:OpenCvSharp.Point3f.op_Multiply(OpenCvSharp.Point3f,System.Double)"]

See Also