struct NcvPoint2D32u

Overview

#include <NCV.hpp>

struct NcvPoint2D32u
{
    // fields

    Ncv32u x;
    Ncv32u y;

    // construction

    NcvPoint2D32u();

    NcvPoint2D32u(
        Ncv32u x_,
        Ncv32u y_
        );
};

Detailed Documentation

Fields

Ncv32u x

Point X.

Ncv32u y

Point Y.