MeiCam SDK For Android  3.14.0
Public Member Functions | Public Attributes | List of all members
com.meicam.sdk.NvsPointD Class Reference

2D coordinate point structure. The parameter type is double. More...

Public Member Functions

 NvsPointD (double x, double y)
 Constructor to set the horizontal and vertical coordinates of the 2D coordinate structure. More...
 

Public Attributes

double x
 
double y
 

Detailed Description

2D coordinate point structure. The parameter type is double.

Constructor & Destructor Documentation

◆ NvsPointD()

com.meicam.sdk.NvsPointD.NvsPointD ( double  x,
double  y 
)
inline

Constructor to set the horizontal and vertical coordinates of the 2D coordinate structure.

Parameters
xthe value of X
ythe value of Y

Member Data Documentation

◆ x

double com.meicam.sdk.NvsPointD.x

◆ y

double com.meicam.sdk.NvsPointD.y

The documentation for this class was generated from the following file: