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

#import <BNBCameraParameters.h>

Inheritance diagram for BNBCameraParameters:

Instance Methods

(nonnull instancetype) - initWithProjection:zNear:zFar:fov:frameWidth:frameHeight:
 

Class Methods

(nonnull instancetype) + cameraParametersWithProjection:zNear:zFar:fov:frameWidth:frameHeight:
 

Properties

BNBProjectionType projection
 
float zNear
 
float zFar
 
float fov
 
int32_t frameWidth
 
int32_t frameHeight
 

Detailed Description

Definition at line 7 of file BNBCameraParameters.h.

Method Documentation

◆ cameraParametersWithProjection:zNear:zFar:fov:frameWidth:frameHeight:

+ (nonnull instancetype) cameraParametersWithProjection: (BNBProjectionType)  projection
zNear: (float)  zNear
zFar: (float)  zFar
fov: (float)  fov
frameWidth: (int32_t)  frameWidth
frameHeight: (int32_t)  frameHeight 

◆ initWithProjection:zNear:zFar:fov:frameWidth:frameHeight:

- (nonnull instancetype) initWithProjection: (BNBProjectionType)  projection
zNear: (float)  zNear
zFar: (float)  zFar
fov: (float)  fov
frameWidth: (int32_t)  frameWidth
frameHeight: (int32_t)  frameHeight 

Property Documentation

◆ fov

- (float) fov
readnonatomicassign

Definition at line 27 of file BNBCameraParameters.h.

◆ frameHeight

- (int32_t) frameHeight
readnonatomicassign

Definition at line 31 of file BNBCameraParameters.h.

◆ frameWidth

- (int32_t) frameWidth
readnonatomicassign

Definition at line 29 of file BNBCameraParameters.h.

◆ projection

- (BNBProjectionType) projection
readnonatomicassign

Definition at line 21 of file BNBCameraParameters.h.

◆ zFar

- (float) zFar
readnonatomicassign

Definition at line 25 of file BNBCameraParameters.h.

◆ zNear

- (float) zNear
readnonatomicassign

Definition at line 23 of file BNBCameraParameters.h.


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