Banuba SDK
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Properties
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
Functions
•
All
Classes
Files
Functions
Properties
libs
djinni
generated
objc
BNBPoint2d.h
Go to the documentation of this file.
1
// AUTOGENERATED FILE - DO NOT MODIFY!
2
// This file generated by Djinni from types.djinni
3
4
#import <Foundation/Foundation.h>
5
6
@interface
BNBPoint2d
: NSObject
7
- (nonnull instancetype)initWithX:(
float
)x
8
y:(
float
)y;
9
+ (nonnull instancetype)point2dWithX:(
float
)x
10
y:(
float
)y;
11
12
@property
(nonatomic, readonly)
float
x
;
13
14
@property
(nonatomic, readonly)
float
y
;
15
16
@end
BNBPoint2d::x
float x
Definition:
BNBPoint2d.h:12
BNBPoint2d::y
float y
Definition:
BNBPoint2d.h:14
BNBPoint2d
Definition:
BNBPoint2d.h:7
Generated by
1.8.20