MeiCam SDK For Android
1.0.0
|
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 |
3D coordinate structure
|
inline |
Constructor that sets the x, y, z coordinates of the 3D coordinate structure.
x | the value of X |
y | the value of Y |
z | the value of Z |
float com.meicam.sdk.NvsPosition3D.x |
float com.meicam.sdk.NvsPosition3D.y |
float com.meicam.sdk.NvsPosition3D.z |