http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Compute coor * scale
Namespace: Emgu.CV.GeodeticAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static GeodeticCoordinate operator *( GeodeticCoordinate coor, double scale ) |
Visual Basic |
---|
Public Shared Operator * ( _ coor As GeodeticCoordinate, _ scale As Double _ ) As GeodeticCoordinate |
Visual C++ |
---|
public: static GeodeticCoordinate operator *( GeodeticCoordinate coor, double scale ) |
Parameters
- coor
- Type: Emgu.CV.Geodetic..::..GeodeticCoordinate
The coordinate
- scale
- Type: System..::..Double
The scale to be multiplied