http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static MCvPoint3D64f operator *( double scale, MCvPoint3D64f p ) |
Visual Basic |
---|
Public Shared Operator * ( _ scale As Double, _ p As MCvPoint3D64f _ ) As MCvPoint3D64f |
Visual C++ |
---|
public: static MCvPoint3D64f operator *( double scale, MCvPoint3D64f p ) |
Parameters
- scale
- Type: System..::..Double
The scale
- p
- Type: Emgu.CV.Structure..::..MCvPoint3D64f
The point to be multiplied