MCvPoint3D64fMultiply Operator (Double, MCvPoint3D64f) |
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)
Syntaxpublic static MCvPoint3D64f operator *(
double scale,
MCvPoint3D64f p
)
Public Shared Operator * (
scale As Double,
p As MCvPoint3D64f
) As MCvPoint3D64f
public:
static MCvPoint3D64f operator *(
double scale,
MCvPoint3D64f p
)
static let inline (*)
scale : float *
p : MCvPoint3D64f : MCvPoint3D64f
Parameters
- scale
- Type: SystemDouble
The scale - p
- Type: Emgu.CV.StructureMCvPoint3D64f
The point to be multiplied
Return Value
Type:
MCvPoint3D64fThe point multiplied by the scale
See Also