Click or drag to resize

MCvPoint3D32fMultiply Operator (MCvPoint3D32f, Single)

http://www.emgu.com
Multiply the point with a scale

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static MCvPoint3D32f operator *(
	MCvPoint3D32f p,
	float scale
)

Parameters

p
Type: Emgu.CV.StructureMCvPoint3D32f
The point to be multiplied
scale
Type: SystemSingle
The scale

Return Value

Type: MCvPoint3D32f
The point multiplied by the scale
See Also