Banuba SDK
BNBTransformation3d.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 "BNBVec3.h"
5 #import <Foundation/Foundation.h>
6 
7 
8 @interface BNBTransformation3d : NSObject
9 
10 - (void)setTranslation:(nonnull BNBVec3 *)position;
11 
12 - (nonnull BNBVec3 *)getTranslation;
13 
14 - (void)setRotation:(nonnull BNBVec3 *)anglesDeg;
15 
16 - (nonnull BNBVec3 *)getRotation;
17 
18 - (void)setScale:(nonnull BNBVec3 *)factor;
19 
20 - (nonnull BNBVec3 *)getScale;
21 
22 @end
-[BNBTransformation3d getTranslation]
nonnull BNBVec3 * getTranslation()
BNBVec3
Definition: BNBVec3.h:7
BNBVec3.h
BNBTransformation3d
Definition: BNBTransformation3d.h:9
-[BNBTransformation3d getScale]
nonnull BNBVec3 * getScale()
-[BNBTransformation3d getRotation]
nonnull BNBVec3 * getRotation()