Files
2025-07-14 11:34:38 +08:00

8 lines
73 B
Plaintext

#class cv::Point2f
#{
# float x;
# float y;
#}
float32 x
float32 y