UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
APair.h
1
//
2
// APair.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/6.
6
//
7
8
#ifndef APair_h
9
#define APair_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/IPair.h>
13
36
@interface
APair
: NSObject <
IPair
>
37
38
@property
(nonatomic, assign)
float
x
;
39
@property
(nonatomic, assign)
float
y
;
40
41
- (instancetype)initWithX:(
float
)x y:(
float
)y;
42
43
@end
44
45
#endif
/* APair_h */
APair
Base class for APair.
Definition
APair.h:36
APair::y
float y
Definition
APair.h:39
APair::x
float x
Definition
APair.h:38
IPair-p
Pair that can be used for any 2D plane relationship or other use.
Definition
IPair.h:35
AutoIdSDK
LabelMaker
Interfaces
Coordinate
APair.h
Generated by
1.10.0