10 lines
97 B
Plaintext
10 lines
97 B
Plaintext
#class cv::Point3f
|
|
#{
|
|
# float x;
|
|
# float y;
|
|
# float z;
|
|
#}
|
|
|
|
float32 x
|
|
float32 y
|
|
float32 z |