Public Member Functions | Public Attributes | List of all members
dai::Point2f Struct Reference

#include <Point2f.hpp>

Public Member Functions

 Point2f ()=default
 
 Point2f (float x, float y)
 

Public Attributes

float x = 0
 
float y = 0
 

Detailed Description

Point2f structure

x and y coordinates that define a 2D point.

Definition at line 16 of file Point2f.hpp.

Constructor & Destructor Documentation

◆ Point2f() [1/2]

dai::Point2f::Point2f ( )
default

◆ Point2f() [2/2]

dai::Point2f::Point2f ( float  x,
float  y 
)
inline

Definition at line 18 of file Point2f.hpp.

Member Data Documentation

◆ x

float dai::Point2f::x = 0

Definition at line 19 of file Point2f.hpp.

◆ y

float dai::Point2f::y = 0

Definition at line 19 of file Point2f.hpp.


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


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:20