Multiply the point with a scale
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public static MCvPoint3D64f operator *( double scale, MCvPoint3D64f p )
Public Shared Operator * ( _ scale As Double, _ p As MCvPoint3D64f _ ) As MCvPoint3D64f
public: static MCvPoint3D64f operator *( double scale, MCvPoint3D64f p )