Represents a coordinate pair within a 2D plane. More...
#include <IPoint.h>
Additional Inherited Members | |
![]() | |
float | x |
First value. e.g., Horizontal, x, position of a point. | |
float | y |
Second value. e.g., Vertical, y, position of a point. | |
Represents a coordinate pair within a 2D plane.
This protocol is used to define a coordinate point on a two-dimensional plane. It inherits from the IPair protocol.