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

2D coordinate structure More...

Public Member Functions

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

Public Attributes

float x
 
float y
 

Detailed Description

2D coordinate structure

Constructor & Destructor Documentation

◆ NvsPosition2D()

com.meicam.sdk.NvsPosition2D.NvsPosition2D ( float  x,
float  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

float com.meicam.sdk.NvsPosition2D.x

◆ y

float com.meicam.sdk.NvsPosition2D.y

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