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