NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::Float2 Struct Reference

Detailed Description

Definition at line 39 of file dtype.hpp.

Public Member Functions

 Float2 ()=default
 
 Float2 (float x, float y=0)
 

Data Fields

float x
 
float y
 

Constructor & Destructor Documentation

◆ Float2() [1/2]

ds3d::Float2::Float2 ( )
default

◆ Float2() [2/2]

ds3d::Float2::Float2 ( float  x,
float  y = 0 
)
inline

Definition at line 43 of file dtype.hpp.

Field Documentation

◆ x

float ds3d::Float2::x

Definition at line 40 of file dtype.hpp.

◆ y

float ds3d::Float2::y

Definition at line 40 of file dtype.hpp.


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