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

3D coordinate structure More...

Public Member Functions

 NvsPosition3D (float x, float y, float z)
 Constructor that sets the x, y, z coordinates of the 3D coordinate structure. More...
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

3D coordinate structure

Constructor & Destructor Documentation

◆ NvsPosition3D()

com.meicam.sdk.NvsPosition3D.NvsPosition3D ( float  x,
float  y,
float  z 
)
inline

Constructor that sets the x, y, z coordinates of the 3D coordinate structure.

Parameters
xthe value of X
ythe value of Y
zthe value of Z

Member Data Documentation

◆ x

float com.meicam.sdk.NvsPosition3D.x

◆ y

float com.meicam.sdk.NvsPosition3D.y

◆ z

float com.meicam.sdk.NvsPosition3D.z

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