struct P1::ImageSdk::Point2D

#include <C_P1ImageCommonTypes.h>

struct Point2D
{
    // fields

    double x;
    double y;
};