#include <Size2f.hpp>
Public Member Functions | |
Size2f ()=default | |
Size2f (float width, float height) | |
Public Attributes | |
float | height = 0 |
float | width = 0 |
Size2f structure
width, height values define the size of the shape/frame
Definition at line 15 of file Size2f.hpp.
|
default |
|
inline |
Definition at line 17 of file Size2f.hpp.
float dai::Size2f::height = 0 |
Definition at line 18 of file Size2f.hpp.
float dai::Size2f::width = 0 |
Definition at line 18 of file Size2f.hpp.