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 MCvPoint3D32f operator *( MCvPoint3D32f p, float scale ) |
Visual Basic |
---|
Public Shared Operator * ( _ p As MCvPoint3D32f, _ scale As Single _ ) As MCvPoint3D32f |
Visual C++ |
---|
public: static MCvPoint3D32f operator *( MCvPoint3D32f p, float scale ) |
Parameters
- p
- Type: Emgu.CV.Structure..::..MCvPoint3D32f
The point to be multiplied
- scale
- Type: System..::..Single
The scale