UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
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
APair的基类。
Definition
APair.h:36
APair::y
float y
Definition
APair.h:39
APair::x
float x
Definition
APair.h:38
IPair-p
可用于任何二维平面关系或其他用途的坐标对。
Definition
IPair.h:35
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
Coordinate
APair.h
制作者
1.10.0