SITCartesianCoordinate

@interface SITCartesianCoordinate : NSObject

A structure that contains cartesian coordinate.

  • x

    Coordinate at x-axis

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) SITCartesianMeters x;
  • y

    Coordinate at x-axis

    Declaration

    Objective-C

    @property (assign, readwrite, nonatomic) SITCartesianMeters y;