3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
Point.h
1 #ifndef __PBIO_API__PBIO__POINT_H_
2 #define __PBIO_API__PBIO__POINT_H_
3 
4 
5 namespace pbio
6 {
12  struct Point
13  {
19  float x;
20 
26  float y;
32  float z;
33  };
34 
35 } // pbio namespace
36 
37 
38 #endif // __PBIO_API__PBIO__POINT_H_
float x
X coordinate.
Definition: Point.h:19
3D point.
Definition: Point.h:12
float y
Y coordinate.
Definition: Point.h:26
float z
Z coordinate.
Definition: Point.h:32