struct P1::CameraSdk::ValuePoint

#include <C_P1CameraCommonStructs.h>

struct ValuePoint
{
    // fields

    int32_t x = 0;
    int32_t y = 0;

    // methods

    bool operator == (const ValuePoint& other) const;
};