NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::Float4 Struct Reference

Detailed Description

Definition at line 53 of file dtype.hpp.

Public Member Functions

 Float4 ()=default
 
 Float4 (float x, float y=0, float z=0, float w=0)
 

Data Fields

float x
 
float y
 
float z
 
float w
 

Constructor & Destructor Documentation

◆ Float4() [1/2]

ds3d::Float4::Float4 ( )
default

◆ Float4() [2/2]

ds3d::Float4::Float4 ( float  x,
float  y = 0,
float  z = 0,
float  w = 0 
)
inline

Definition at line 57 of file dtype.hpp.

Field Documentation

◆ w

float ds3d::Float4::w

Definition at line 54 of file dtype.hpp.

◆ x

float ds3d::Float4::x

Definition at line 54 of file dtype.hpp.

◆ y

float ds3d::Float4::y

Definition at line 54 of file dtype.hpp.

◆ z

float ds3d::Float4::z

Definition at line 54 of file dtype.hpp.


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