Share via


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