PointF Structure
Represents a 2D point.
Syntax
typedef struct _PointF {
float X;
float Y;
} PointF;
Members
- X
The X coordinate of the point. - Y
The Y coordinate of the point.
Requirements
Header: kinect.h
Library: kinect20.lib
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Represents a 2D point.
typedef struct _PointF {
float X;
float Y;
} PointF;
Header: kinect.h
Library: kinect20.lib