|  | Point3fMultiply Operator  | 
 
            Shifts point by a certain offset
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic static Point3f operator *(
	Point3f pt,
	double scale
)
Public Shared Operator * ( 
	pt As Point3f,
	scale As Double
) As Point3f
public:
static Point3f operator *(
	Point3f pt, 
	double scale
)
static let inline (*)
        pt : Point3f * 
        scale : float  : Point3fParameters
- 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
See Also