Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBVec3 Class Reference

#import <BNBVec3.h>

Inheritance diagram for BNBVec3:

Instance Methods

(nonnull instancetype) - initWithX:y:z:
 

Class Methods

(nonnull instancetype) + vec3WithX:y:z:
 

Properties

float x
 
float y
 
float z
 

Detailed Description

Definition at line 6 of file BNBVec3.h.

Method Documentation

◆ initWithX:y:z:

- (nonnull instancetype) initWithX: (float)  x
y: (float)  y
z: (float)  z 

◆ vec3WithX:y:z:

+ (nonnull instancetype) vec3WithX: (float)  x
y: (float)  y
z: (float)  z 

Property Documentation

◆ x

- (float) x
readnonatomicassign

Definition at line 14 of file BNBVec3.h.

◆ y

- (float) y
readnonatomicassign

Definition at line 16 of file BNBVec3.h.

◆ z

- (float) z
readnonatomicassign

Definition at line 18 of file BNBVec3.h.


The documentation for this class was generated from the following file: