NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::Float3 Struct Reference

Detailed Description

Definition at line 46 of file dtype.hpp.

Public Member Functions

 Float3 ()=default
 
 Float3 (float x, float y=0, float z=0)
 

Data Fields

float x
 
float y
 
float z
 

Constructor & Destructor Documentation

◆ Float3() [1/2]

ds3d::Float3::Float3 ( )
default

◆ Float3() [2/2]

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

Definition at line 50 of file dtype.hpp.

Field Documentation

◆ x

float ds3d::Float3::x

Definition at line 47 of file dtype.hpp.

◆ y

float ds3d::Float3::y

Definition at line 47 of file dtype.hpp.

◆ z

float ds3d::Float3::z

Definition at line 47 of file dtype.hpp.


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