| MCvPoint3D64fMultiply Operator (MCvPoint3D64f, Double) |
http://www.emgu.com
Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic static MCvPoint3D64f operator *(
MCvPoint3D64f p,
double scale
)
Public Shared Operator * (
p As MCvPoint3D64f,
scale As Double
) As MCvPoint3D64f
public:
static MCvPoint3D64f operator *(
MCvPoint3D64f p,
double scale
)
static let inline (*)
p : MCvPoint3D64f *
scale : float : MCvPoint3D64fParameters
- p
- Type: Emgu.CV.StructureMCvPoint3D64f
The point to be multiplied - scale
- Type: SystemDouble
The scale
Return Value
Type:
MCvPoint3D64fThe point multiplied by the scale
See Also