Banuba SDK
BNBVec3.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from scene.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 @interface BNBVec3 : NSObject
7 - (nonnull instancetype)initWithX:(float)x
8  y:(float)y
9  z:(float)z;
10 + (nonnull instancetype)vec3WithX:(float)x
11  y:(float)y
12  z:(float)z;
13 
14 @property (nonatomic, readonly) float x;
15 
16 @property (nonatomic, readonly) float y;
17 
18 @property (nonatomic, readonly) float z;
19 
20 @end
BNBVec3::y
float y
Definition: BNBVec3.h:16
BNBVec3::z
float z
Definition: BNBVec3.h:18
BNBVec3::x
float x
Definition: BNBVec3.h:14
BNBVec3
Definition: BNBVec3.h:7