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