MCvPoint3D32fMultiply Operator (Single, MCvPoint3D32f) |
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 *(
float scale,
MCvPoint3D32f p
)
Public Shared Operator * (
scale As Single,
p As MCvPoint3D32f
) As MCvPoint3D32f
public:
static MCvPoint3D32f operator *(
float scale,
MCvPoint3D32f p
)
static let inline (*)
scale : float32 *
p : MCvPoint3D32f : MCvPoint3D32f
Parameters
- scale
- Type: SystemSingle
The scale - p
- Type: Emgu.CV.StructureMCvPoint3D32f
The point to be multiplied
Return Value
Type:
MCvPoint3D32fThe point multiplied by the scale
See Also