CvPoint3D32fMultiply Operator OpenCvSharp Class Library
Shifts point by a certain offset

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvPoint3D32f operator *(
	CvPoint3D32f pt,
	double scale
)

Parameters

pt
Type: OpenCvSharpCvPoint3D32f

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

scale
Type: SystemDouble

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

Return Value

Type: CvPoint3D32f

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

See Also

Reference