struct NcvPoint2D32s

Overview

#include <NCV.hpp>

struct NcvPoint2D32s
{
    // fields

    Ncv32s x;
    Ncv32s y;

    // construction

    NcvPoint2D32s();

    NcvPoint2D32s(
        Ncv32s x_,
        Ncv32s y_
        );
};

Detailed Documentation

Fields

Ncv32s x

Point X.

Ncv32s y

Point Y.