MCvPoint3D32fMultiply Operator (MCvPoint3D32f, Single) |
http://www.emgu.com
Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static MCvPoint3D32f operator *(
MCvPoint3D32f p,
float scale
)
Public Shared Operator * (
p As MCvPoint3D32f,
scale As Single
) As MCvPoint3D32f
public:
static MCvPoint3D32f operator *(
MCvPoint3D32f p,
float scale
)
static let inline (*)
p : MCvPoint3D32f *
scale : float32 : MCvPoint3D32f
Parameters
- p
- Type: Emgu.CV.StructureMCvPoint3D32f
The point to be multiplied - scale
- Type: SystemSingle
The scale
Return Value
Type:
MCvPoint3D32fThe point multiplied by the scale
See Also