Point2f

This is a ROS message definition.

Source

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

float32 x
float32 y