PointF Structure

Represents a 2D point.

typedef struct _PointF {
    float X;
    float Y;
} PointF;

Members

X
The X coordinate of the point.
Y
The Y coordinate of the point.

Header: kinect.h
Library: kinect20.lib

Community Additions

ADD
Show: