Pair that can be used for any 2D plane relationship or other use. More...
#include <IPair.h>
Properties | |
float | x |
First value. e.g., Horizontal, x, position of a point. | |
float | y |
Second value. e.g., Vertical, y, position of a point. | |
Pair that can be used for any 2D plane relationship or other use.
This protocol defines an interface for a pair of values representing a point in a 2D space or any two-dimensional relationship.
|
readwritenonatomicassign |
First value. e.g., Horizontal, x, position of a point.
|
readwritenonatomicassign |
Second value. e.g., Vertical, y, position of a point.