struct NCVMemSegment
struct NcvPoint2D32u
#include <NCV.hpp> struct NcvPoint2D32s { // fields Ncv32s x; Ncv32s y; // construction NcvPoint2D32s(); NcvPoint2D32s( Ncv32s x_, Ncv32s y_ ); };
Ncv32s x
Point X.
Ncv32s y
Point Y.