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

#import <BNBVec4.h>

Inheritance diagram for BNBVec4:

Instance Methods

(nonnull instancetype) - initWithX:y:z:w:
 

Class Methods

(nonnull instancetype) + vec4WithX:y:z:w:
 

Properties

float x
 
float y
 
float z
 
float w
 

Detailed Description

Definition at line 12 of file BNBVec4.h.

Method Documentation

◆ initWithX:y:z:w:

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

◆ vec4WithX:y:z:w:

+ (nonnull instancetype) vec4WithX: (float)  x
y: (float)  y
z: (float)  z
w: (float)  w 

Property Documentation

◆ w

- (float) w
readnonatomicassign

Definition at line 28 of file BNBVec4.h.

◆ x

- (float) x
readnonatomicassign

Definition at line 22 of file BNBVec4.h.

◆ y

- (float) y
readnonatomicassign

Definition at line 24 of file BNBVec4.h.

◆ z

- (float) z
readnonatomicassign

Definition at line 26 of file BNBVec4.h.


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